/*!
Theme Name: Youth for Climate Justice Theme
Theme URI: http://www.armour.ie
Author: Niall McGuinness
Description: General Theme for the Youth for Climate Justice website based on the Armour WP Core
Template: genesis
*/
/* General Styles regarding Media */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&display=swap");
@media (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 640px) {
  .mobile-hide {
    display: none;
  }
}

@media (min-width: 1450px) and (max-width: 1599px) {
  .hide-desktop-normal {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .hide-desktop-normal {
    display: none;
  }
}

.container {
  position: relative;
}

/* Alignment */
.absolute-center {
  left: 50%;
  margin-right: -50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Oswald SemiBold', sans-serif;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Oswald Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
}
.blog {
  background: #ffffff;
}
.blog header.blog-header {
  margin: 150px 0 40px;
}
@media (max-width: 1023px) {
  .blog header.blog-header {
    margin: 80px 0 0;
  }
}
.blog article.category-news {
  margin: 50px 0;
  border-radius: 8px;
}
.blog article.category-news .ft-img {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .blog article.category-news .ft-img {
    min-height: 300px;
    max-height: 340px;
  }
}
.blog article.category-news .ft-img a {
  display: block;
  height: 100%;
  min-width: 100%;
}
.blog article.category-news .ft-img img {
  width: auto;
  min-height: 100%;
  border-top-left-radius: 8px;
  min-width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .blog article.category-news .ft-img img {
    border-top-right-radius: 8px;
  }
}
@media (min-width: 1024px) {
  .blog article.category-news .ft-img img {
    border-bottom-left-radius: 8px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .blog article.category-news .ft-img img {
    border-bottom-left-radius: 8px;
  }
}
.blog article.category-news .post-contents {
  position: relative;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
@media (min-width: 1024px) {
  .blog article.category-news .post-contents {
    border-top-right-radius: 8px;
  }
}
@media (max-width: 1023px) {
  .blog article.category-news .post-contents {
    border-bottom-left-radius: 8px;
  }
}
.blog article.category-news .post-contents .contents {
  padding: 40px 10%;
}
@media (max-width: 1023px) {
  .blog article.category-news .post-contents .contents {
    padding: 10px 5% 50px 5%;
  }
}
.blog article.category-news .post-contents .contents a {
  display: block;
  height: 100%;
}
.blog article.category-news .post-contents .contents .link {
  position: absolute;
  bottom: 20px;
  right: 15%;
}
@media (max-width: 1023px) {
  .blog article.category-news .post-contents .contents .link {
    bottom: 15px;
    right: 15px;
  }
}
.blog article.category-news .post-contents .contents .link span {
  margin-left: 10px;
}
.blog article.category-news .post-contents .contents .link span img {
  margin-top: -2px;
}
.blog .pagination {
  width: 100%;
}
.blog .pagination ul {
  list-style: none;
  display: inherit;
  padding-left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 270px;
}
.blog .pagination ul li.pagination-previous {
  position: absolute;
  left: 0;
  top: auto;
  width: 120px;
  margin-left: 50px;
  padding: 0;
}
.blog .pagination ul li.pagination-previous a {
  display: block;
  width: 100%;
}
.blog .pagination ul li.pagination-next {
  position: absolute;
  right: 0;
  top: auto;
  width: 120px;
  margin-right: 50px;
  padding: 0;
}
.blog .pagination ul li.pagination-next a {
  display: block;
  width: 100%;
}
.blog .pagination ul li {
  margin: 0 30px;
  padding: 3px 0 0 12px;
  position: relative;
  margin: 0 20px;
  padding: 0 20px;
}
.blog .pagination ul li {
  top: 3px;
}
.blog .pagination ul li.active {
  top: 0;
  padding: 3px 0 0 3px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.blog .pagination ul li.active a {
  color: #fff;
}

html body.blog .site-inner {
  padding: 0 0 50px;
}

html body.single-post .site-inner {
  padding-top: 0;
}
html body.single-post .site-inner .post-navigation {
  margin: 20px 0;
}
html body.single-post .site-inner .post-navigation .btn-wrap-inner {
  float: right;
}
html body.single-post .site-inner .header-image img {
  width: 100%;
}
html body.single-post .site-inner .image-wrap {
  max-height: 500px;
  overflow: hidden;
}
html body.single-post .site-inner .article-featured-image {
  width: 100%;
}
@media (max-width: 1023px) {
  html body.single-post .site-inner .article-featured-image {
    padding-top: 40px;
  }
}
html body.single-post .site-inner .post-article .article-title {
  margin: 40px 0 20px;
  text-align: center;
}
@media (max-width: 1023px) {
  html body.single-post .site-inner .post-article .article-title {
    margin: 20px 0 20px;
    text-align: center;
    font-size: 31px;
    line-height: 34px;
  }
}
@media (min-width: 1024px) {
  html body.single-post .site-inner .post-article .article-title {
    font-size: 48px;
  }
}
html body.single-post .site-inner .post-article .article-meta {
  text-align: center;
  font-size: 20px;
}
html body.single-post .site-inner .post-article .article-content p {
  font-size: 18px;
}
@media (min-width: 1024px) {
  html body.single-post .site-inner .post-article .article-content p, html body.single-post .site-inner .post-article .article-content h2, html body.single-post .site-inner .post-article .article-content h3, html body.single-post .site-inner .post-article .article-content h4, html body.single-post .site-inner .post-article .article-content h5, html body.single-post .site-inner .post-article .article-content h6, html body.single-post .site-inner .post-article .article-content img {
    padding: 0 10%;
  }
}
html body.single-post .site-inner .post-article .article-content blockquote {
  margin: 50px 0;
}
html body.single-post .site-inner .post-article .article-content blockquote p {
  font-size: 24px;
}
html body.single-post .site-inner .post-article .article-content a {
  width: fit-content;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #dcdee0;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.page-header .page-header-wrap {
  min-height: 400px;
  height: 100%;
  width: 100%;
  display: grid;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .page-header .page-header-wrap {
    margin-top: 110px;
  }
}
.page-header .page-header-wrap .container {
  position: relative;
}
.page-header .page-header-wrap .page-header-contents {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
}
@media (min-width: 1024px) {
  @supports (-ms-ime-align: auto) {
    .page-header .page-header-wrap .page-header-contents .contents {
      margin-top: 300px;
    }
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .page-header .page-header-wrap .page-header-contents .contents {
    /* IE10+ CSS styles go here */
    margin-top: 300px;
  }
}
@media (min-width: 1024px) {
  @supports (-ms-accelerator: true) {
    .page-header .page-header-wrap .page-header-contents .contents {
      /* IE Edge 12+ CSS styles go here */
      margin-top: 300px;
    }
  }
}
.page-header .page-header-wrap .page-header-contents h1 {
  font-size: 54px;
  color: #fff;
}
@media (max-width: 640px) {
  .page-header .page-header-wrap .page-header-contents h1 {
    font-size: 47px;
    line-height: 48px;
  }
}
.page-header .page-header-wrap .page-header-contents h2 {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}

body .general-font {
  font-family: "Open Sans", sans-serif;
}
body p, body .page-sub-panel p {
  color: inherit;
  line-height: 24px;
}
body .page-sub-panel p, body .page-sub-panel li, body .page-sub-panel a, body p, body li, body a {
  font-family: "Open Sans", sans-serif;
}
body p strong {
  font-family: "Open Sans Bold", sans-serif;
}
body a:hover {
  text-decoration: none;
}
body a, body button {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  outline: none;
  box-shadow: none;
}
body a:hover, body button:hover {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
body a:active, body a:focus, body a:visited, body button:active, body button:focus, body button:visited {
  outline: none;
  box-shadow: none !important;
}
body button:hover, body .btn:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

body #accordion button:hover, body #accordion .btn:hover {
  box-shadow: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}

h2, .page-sub-panel h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #484f5b;
  text-transform: uppercase;
  font-size: 52px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  h2, .page-sub-panel h2 {
    font-size: 23px;
    letter-spacing: 0;
    line-height: 24px;
  }
}

h1, h2 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 55px;
}

body > div {
  color: #434343;
}

body .page-sub-panel h1, body .page-sub-panel h2, body .page-sub-panel h3, body .page-sub-panel h4, body .page-sub-panel h5, body .page-sub-panel h6, .wp-standard-content h1, .wp-standard-content h2, .wp-standard-content h3, .wp-standard-content h4, .wp-standard-content h5, .wp-standard-content h6 {
  font-weight: bold;
}
@media (min-width: 1024px) {
  body .page-sub-panel h1, .wp-standard-content h1 {
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 1.2;
  }
}

.btn.btn-light {
  color: #3d5b52;
  background-color: #f8f9fa;
  border-radius: 0;
  padding: 7px 20px;
}

.btn.btn-primary {
  color: #fff !important;
  background-color: #517A6E;
  border-radius: 0;
  padding: 7px 20px;
  border: none;
}
.btn.btn-primary:hover {
  background-color: #476b60;
}

.btn-large {
  width: 100%;
  min-width: 100px;
}

.pull-up, .pull-down {
  position: relative;
  z-index: 1;
}

.site-inner {
  background: no-repeat top center;
  background-size: cover;
  z-index: 1;
  position: relative;
}

.page-container {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  height: 100%;
}

.page-container.closed {
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}

.page-container.active {
  position: relative;
  left: 0;
  -ms-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  max-height: none;
  top: 0;
  -webkit-transform: scale(1) translateX(0) translateZ(0) !important;
  transform: scale(1) translateX(0) translateZ(0) !important;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn.rounded {
  border-radius: 23.5px !important;
  padding: 7px 20px;
  -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.12);
  margin-right: 30px;
  min-width: 140px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .btn.rounded {
    margin-right: 10px;
    min-width: 140px;
  }
}

.card.rounded {
  height: 100%;
  padding: 48px;
  border-radius: 30px !important;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.03);
  position: relative;
  min-height: 400px;
}
@media (min-width: 641px) and (max-width: 1023px) {
  .card.rounded {
    padding: 38px 4px;
    min-height: 360px;
  }
}
@media (max-width: 640px) {
  .card.rounded {
    padding: 38px 4px;
    min-height: 360px;
  }
}
.card.rounded a.btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  bottom: 20px;
}

a.btn.btn-green {
  background: #517A6E;
  color: #fff;
}
a.btn.btn-green:hover {
  background: #3d5b52;
}

a.btn.btn-pink {
  background: #517A6E;
  color: #fff;
}
a.btn.btn-pink:hover {
  background: #3d5b52;
}

a.btn.btn-blue {
  background: #517A6E;
  color: #fff;
}
a.btn.btn-blue:hover {
  background: #3d5b52;
}

.text-column.card {
  background-clip: unset;
  border: none;
  border-radius: 0;
}
.text-column.card .col {
  background-clip: border-box;
  border: none;
  border-radius: 0;
  height: 100%;
  box-shadow: 6px 3px 16px 3px rgba(0, 0, 0, 0.08);
  padding: 0 30px 30px !important;
}
.text-column.card .col h1, .text-column.card .col h2, .text-column.card .col h3, .text-column.card .col h4, .text-column.card .col h5 {
  margin-top: 40px;
}
.text-column.card .row {
  height: 100%;
  padding: 20px;
}
.text-column.card img {
  width: calc(100% + 60px);
  min-width: calc(100% + 60px);
  margin-left: -30px !important;
  margin-right: -30px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.text-column.card.card-standard-img img {
  width: auto;
  min-width: auto;
  margin-bottom: 10px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 20%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.text-column.card.card-standard-img img:hover {
  opacity: .8;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.huge-text {
  font-size: 65px;
  text-align: center;
  color: #484f5b;
  font-weight: 700;
  margin: 20px 0;
}

.shadow-card .row {
  height: 100%;
}
.shadow-card .col {
  box-shadow: 2px -1px 10px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 20px;
}
.shadow-card .col .btn {
  margin-top: 20px;
}

#desktop-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 99999;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: none;
  border-bottom: 1px solid #888686;
  background: #3A373E;
  background: linear-gradient(225.03deg, #3A373E 0%, #513A34 100%);
}
#desktop-menu .desktop-menu-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #desktop-menu .desktop-menu-container {
    max-width: 840px;
  }
}
@media (min-width: 768px) {
  #desktop-menu .desktop-menu-container {
    max-width: 1020px;
  }
}
@media (min-width: 992px) {
  #desktop-menu .desktop-menu-container {
    max-width: 1160px;
  }
}
#desktop-menu .logo-container a {
  display: block;
  position: relative;
  height: 100%;
}
#desktop-menu .logo-container img {
  max-width: 120px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  float: right;
  margin-bottom: 0;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop > li {
  float: left;
  padding: 30px 20px 32px 20px;
  position: relative;
  margin-right: 10px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow: hidden;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop > li a {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop > li:hover a {
  color: #517A6E;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop > li:hover:before {
  left: 7px;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop li.menu-item-has-children .sub-menu-wrapper {
  position: relative;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop li.menu-item-has-children .sub-menu-wrapper ul.sub-menu.row {
  list-style: none;
  width: 60%;
  height: 0;
  display: inline-block;
  position: fixed;
  float: left;
  left: 20%;
  top: 9.2%;
  background: #fff;
  padding: 0 0 0 60px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
  animation: custFadeOut ease .7s;
  -webkit-animation: custFadeOut ease .7s;
  -moz-animation: custFadeOut ease .7s;
  -o-animation: custFadeOut ease .7s;
  -ms-animation: custFadeOut ease .7s;
  visibility: hidden;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop li.menu-item-has-children .sub-menu-wrapper ul.sub-menu.row:after {
  content: "";
  position: absolute;
  left: 50%;
  left: var(--left, 50%);
  margin-left: -5px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
  top: -12px;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop li.menu-item-has-children .sub-menu-wrapper ul.sub-menu.row li {
  padding: 10px;
  color: #4B4B4B;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 33%;
  float: left;
  opacity: 0;
  visibility: hidden;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop li.menu-item-has-children .sub-menu-wrapper ul.sub-menu.row li a {
  color: #4B4B4B;
  display: block;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop li.menu-item-has-children .sub-menu-wrapper ul.sub-menu.row li a img {
  margin-right: 20px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-top: -4px;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop li.menu-item-has-children .sub-menu-wrapper ul.sub-menu.row li:hover a {
  color: #517A6E;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop li.menu-item-has-children .sub-menu-wrapper ul.sub-menu.row li:hover a img {
  margin-right: 18px;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop li.menu-item-has-children:hover {
  cursor: pointer;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop li.menu-item-has-children:hover .sub-menu-wrapper ul.sub-menu.row {
  height: auto;
  top: 9.2%;
  padding: 22px 0 22px 60px;
  opacity: 1;
  animation: fadeIn ease .3s;
  -webkit-animation: fadeIn ease .3s;
  -moz-animation: fadeIn ease .3s;
  -o-animation: fadeIn ease .3s;
  -ms-animation: fadeIn ease .3s;
  visibility: visible;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop li.menu-item-has-children:hover .sub-menu-wrapper ul.sub-menu.row li {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop li.highlight a {
  background: #fff;
  margin: 10px auto auto 30px;
  padding: 10px 20px;
  border-radius: 26px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-align: center;
  color: #517A6E;
}
#desktop-menu .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop li.highlight a:hover {
  opacity: .95;
}
#desktop-menu .desktop-nav-wrap .social-links {
  display: inline-block;
  list-style: none;
  float: right;
  padding: 20px;
}
#desktop-menu .desktop-nav-wrap .social-links a {
  padding: 0 6px;
  display: inline-block;
}
#desktop-menu .desktop-nav-wrap .logo-container {
  display: inline-block;
  list-style: none;
  float: right;
  padding: 10px;
}
#desktop-menu .desktop-nav-wrap .logo-container img {
  width: 140px;
}

#desktop-menu.nav-down {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  border-bottom: none;
}

#desktop-menu.nav-light .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop > li a {
  color: #fff;
}
#desktop-menu.nav-light .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop > li:hover a {
  color: #517A6E;
}
#desktop-menu.nav-light .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop > li:hover:before {
  left: 7px;
}
#desktop-menu.nav-light .desktop-nav-wrap .nav-primary ul#menu-main-menu-desktop li.highlight a {
  color: #517A6E;
}

html #desktop-menu.nav-down, html #desktop-menu.nav-up {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: #3A373E;
  background: linear-gradient(225.03deg, #3A373E 0%, #513A34 100%);
  webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.29);
  border-bottom: none;
}

.nav-up {
  position: fixed;
  top: -100px !important;
  width: 100%;
  z-index: 1;
}

.home #desktop-menu {
  background: transparent;
}

#mobile-nav, div#mobile-menu {
  display: none;
}

@media (max-width: 1023px) {
  #desktop-menu {
    display: none;
  }

  div#mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #3A373E;
    background: linear-gradient(225.03deg, #3A373E 0%, #513A34 100%);
    width: 100%;
    padding: 10px 20px;
    webkit-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.19);
    box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.19);
  }
  div#mobile-menu img.menu-logo.menu-logo-mobile {
    max-width: 74px;
    padding: 5px 0;
  }

  a#mobile-trigger {
    top: 9px;
    position: absolute;
    right: 23px;
    display: block;
    width: 50px;
  }

  #desktop-menu {
    display: none;
  }

  #hamburger-icon {
    width: 100px;
    height: 50px;
    position: relative;
    display: block;
    margin: 100px auto 50px auto;
  }
  #hamburger-icon .line {
    display: block;
    background: #fff;
    width: 100px;
    height: 8px;
    position: absolute;
    left: 0;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  #hamburger-icon .line.line-1 {
    top: 0;
  }
  #hamburger-icon .line.line-2 {
    top: 50%;
  }
  #hamburger-icon .line.line-3 {
    top: 100%;
  }
  #hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
  }
  #hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
  }
  #hamburger-icon.active .line-1 {
    transform: translateY(25px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(25px) translateX(0) rotate(45deg);
    -moz-transform: translateY(25px) translateX(0) rotate(45deg);
  }
  #hamburger-icon.active .line-2 {
    opacity: 0;
  }
  #hamburger-icon.active .line-3 {
    transform: translateY(-25px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-25px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-25px) translateX(0) rotate(-45deg);
  }

  .mob-logo-area-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: auto;
    z-index: 1;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .mob-logo-area-inner {
    display: none;
  }
}

@media screen and (max-width: 1023px) and (max-height: 450px) {
  .mobile-nav {
    padding-top: 15px;
  }
  .mobile-nav a {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  #mobile-nav-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: -1;
    left: -100%;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  #mobile-nav-overlay {
    display: block;
  }
}
@media (max-width: 1023px) {
  #mobile-nav-overlay #mobile-nav {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: transparent;
    overflow-x: hidden;
    padding: 90px 0 0 0;
    transition: 0.5s;
  }
}
@media (max-width: 1023px) and (max-width: 350px) {
  #mobile-nav-overlay #mobile-nav {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 1023px) {
  #mobile-nav-overlay #mobile-nav ul {
    list-style: none;
    padding: 0 30px 0 33px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  #mobile-nav-overlay #mobile-nav ul ul {
    list-style: none;
    padding: 0 30px 0 30px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  #mobile-nav-overlay #mobile-nav ul li {
    position: relative;
    text-align: center;
    font-family: "Oswald", sans-serif;
  }
  #mobile-nav-overlay #mobile-nav ul li a {
    font-family: "Oswald", sans-serif;
  }
  #mobile-nav-overlay #mobile-nav ul li:last-child {
    border-bottom: none;
  }
  #mobile-nav-overlay #mobile-nav ul li.menu-item-has-children .sub-menu-wrapper {
    display: none;
  }
  #mobile-nav-overlay #mobile-nav ul li.menu-item-has-children .sub-menu-wrapper a {
    font-size: 18px;
  }
  #mobile-nav-overlay #mobile-nav ul li.menu-item-has-children.sub-active:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #mobile-nav-overlay #mobile-nav ul li.menu-item-has-children:after {
    content: url(/wp-content/themes/y4cj/assets/svg/icon-right.svg);
    display: block;
    position: absolute;
    right: 0;
    top: 11px;
    width: 9px;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #mobile-nav-overlay #mobile-nav ul li a {
    padding: 10px 0 10px;
    text-decoration: none;
    line-height: 24px;
    color: #fff;
    display: block;
    transition: 0.3s;
    min-width: 220px;
    text-align: left;
    font-weight: 600;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
  }
}
@media (max-width: 1023px) and (max-width: 350px) {
  #mobile-nav-overlay #mobile-nav ul li a {
    padding: 14px 0;
  }
}
@media (max-width: 1023px) {
  #mobile-nav-overlay #mobile-nav ul li a:hover {
    text-decoration: none;
  }
  #mobile-nav-overlay #mobile-nav ul#menu-mobile-menu {
    padding: 0 12% 0 50px;
  }
  #mobile-nav-overlay #mobile-nav .mobile-nav-logo {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 26px;
    left: 30px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    width: 120px;
  }
  #mobile-nav-overlay #mobile-nav .mobile-nav-logo img {
    width: 100%;
  }
  #mobile-nav-overlay #mobile-nav .close-btn {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 50px;
    height: 50px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
  }
  #mobile-nav-overlay #mobile-nav .close-btn:hover {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
  }

  #mobile-nav.nav-active {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    width: 100%;
  }

  div#mobile-nav-overlay {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    width: 100%;
    height: 100%;
    background: #3A373E;
    background: linear-gradient(225.03deg, #3A373E 0%, #513A34 100%);
    position: fixed;
    top: 0;
    z-index: 16;
  }

  div#mobile-nav-overlay.active {
    width: 100%;
    z-index: 2;
    left: 0;
  }
}
body.category .site-inner h1, body.category .site-inner h2, body.category .site-inner h3, body.category .site-inner h4, body.category .site-inner h5, body.category .site-inner h6, body.author .site-inner h1, body.author .site-inner h2, body.author .site-inner h3, body.author .site-inner h4, body.author .site-inner h5, body.author .site-inner h6, body.search .site-inner h1, body.search .site-inner h2, body.search .site-inner h3, body.search .site-inner h4, body.search .site-inner h5, body.search .site-inner h6,
body.single-post .site-inner h1,
body.single-post .site-inner h2,
body.single-post .site-inner h3,
body.single-post .site-inner h4,
body.single-post .site-inner h5,
body.single-post .site-inner h6, body.error404 .site-inner h1, body.error404 .site-inner h2, body.error404 .site-inner h3, body.error404 .site-inner h4, body.error404 .site-inner h5, body.error404 .site-inner h6, body.archive .site-inner h1, body.archive .site-inner h2, body.archive .site-inner h3, body.archive .site-inner h4, body.archive .site-inner h5, body.archive .site-inner h6, body.blog .site-inner h1, body.blog .site-inner h2, body.blog .site-inner h3, body.blog .site-inner h4, body.blog .site-inner h5, body.blog .site-inner h6 {
  color: #5B6670;
}
body.category .site-inner p, body.category .site-inner li, body.category .site-inner a, body.author .site-inner p, body.author .site-inner li, body.author .site-inner a, body.search .site-inner p, body.search .site-inner li, body.search .site-inner a,
body.single-post .site-inner p,
body.single-post .site-inner li,
body.single-post .site-inner a, body.error404 .site-inner p, body.error404 .site-inner li, body.error404 .site-inner a, body.archive .site-inner p, body.archive .site-inner li, body.archive .site-inner a, body.blog .site-inner p, body.blog .site-inner li, body.blog .site-inner a {
  color: #6a6868;
}
body.category .site-inner .blog-listing-title, body.author .site-inner .blog-listing-title, body.search .site-inner .blog-listing-title,
body.single-post .site-inner .blog-listing-title, body.error404 .site-inner .blog-listing-title, body.archive .site-inner .blog-listing-title, body.blog .site-inner .blog-listing-title {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  body.category .site-inner, body.author .site-inner, body.search .site-inner,
  body.single-post .site-inner, body.error404 .site-inner, body.archive .site-inner, body.blog .site-inner {
    padding: 100px 0;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  body.category .site-inner, body.author .site-inner, body.search .site-inner,
  body.single-post .site-inner, body.error404 .site-inner, body.archive .site-inner, body.blog .site-inner {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  body.category .site-inner, body.author .site-inner, body.search .site-inner,
  body.single-post .site-inner, body.error404 .site-inner, body.archive .site-inner, body.blog .site-inner {
    padding: 40px 0;
  }
}

/* Search Results Page */
.search-listings .page-title h1 {
  margin-bottom: 60px;
}
.search-listings .search-result {
  background: #f0f0f0;
  padding: 20px;
  margin-bottom: 30px;
}
.search-listings .search-result h2 {
  font-size: 20px;
}
.search-listings .search-result a {
  color: #333;
}
.search-listings .search-result a.eh-button {
  width: 100%;
}

footer.site-footer {
  background: #444E5A;
  position: relative;
  z-index: 1;
}
footer.site-footer .social-icons {
  background: #535B68;
  padding: 30px;
}
footer.site-footer .social-icons .icon {
  margin: 0 14px;
  display: block;
}
footer.site-footer .social-icons .icons {
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 640px) {
  footer.site-footer .social-icons .icons .icon:last-child {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
  }
}
@media (max-width: 350px) {
  footer.site-footer .social-icons .icons .icon:last-child {
    top: 10px;
  }
}
footer.site-footer .footer-wrap .footer-main {
  color: #D0D2D5;
  padding: 40px 0 40px;
}
@media (max-width: 1023px) {
  footer.site-footer .footer-wrap .footer-main {
    max-width: 100%;
  }
}
footer.site-footer .footer-wrap .footer-main h2, footer.site-footer .footer-wrap .footer-main h3, footer.site-footer .footer-wrap .footer-main h4, footer.site-footer .footer-wrap .footer-main h5, footer.site-footer .footer-wrap .footer-main h6 {
  text-transform: uppercase;
  margin-bottom: 22px;
  color: #fff;
}
footer.site-footer .footer-wrap .footer-main dl, footer.site-footer .footer-wrap .footer-main ol, footer.site-footer .footer-wrap .footer-main ul {
  list-style: none;
  padding-left: 0;
}
footer.site-footer .footer-wrap .footer-main p {
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.6px;
  color: #484f5b;
}
footer.site-footer .footer-wrap .footer-main a {
  color: #D0D2D5;
  position: relative;
}
footer.site-footer .footer-wrap .footer-main a:hover {
  color: #517A6E;
  opacity: .9;
  text-decoration: none;
}
footer.site-footer .footer-wrap .footer-main .footer-col {
  padding: 30px 30px 50px 40px;
}
footer.site-footer .footer-wrap .footer-main .footer-col h3 {
  font-weight: 700;
  font-size: 18px;
}
footer.site-footer .footer-wrap .footer-main .footer-col h4 {
  font-weight: 700;
  font-size: 18px;
}
footer.site-footer .footer-wrap .footer-main .footer-col ul li {
  line-height: 24px;
  margin-bottom: 11px;
}
footer.site-footer .footer-wrap .footer-main .footer-col .footer-socials {
  display: inline-block;
}
footer.site-footer .footer-wrap .footer-main .footer-col .footer-socials li {
  width: 50%;
  float: left;
  margin-bottom: 22px;
}
footer.site-footer .footer-wrap .footer-main .footer-col .footer-socials li a img {
  margin-right: 10px;
}
footer.site-footer .footer-wrap .footer-main .footer-col .footer-socials li a:hover {
  padding-left: 0;
}
footer.site-footer .footer-wrap .footer-main .footer-col-1 {
  position: relative;
  border-right: solid 1px #91969D;
}
@media (max-width: 640px) {
  footer.site-footer .footer-wrap .footer-main .footer-col-1 {
    border-right: none;
  }
}
footer.site-footer .footer-wrap .footer-main .footer-col-1 a:hover {
  color: #fff;
}
footer.site-footer .footer-wrap .footer-main .footer-col-1 a:hover:after {
  right: -58px;
}
footer.site-footer .footer-wrap .footer-main .footer-col-1 a:after {
  content: url(/wp-content/themes/y4cj/assets/svg/link-arrow.svg);
  display: block;
  position: absolute;
  right: -54px;
  top: -1px;
  width: 40px;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}
footer.site-footer .footer-wrap .footer-main .footer-col-2 {
  position: relative;
}
footer.site-footer .footer-wrap .footer-main .footer-col-2 a {
  position: relative;
  display: block;
  height: 100%;
}
footer.site-footer .footer-wrap .footer-main .footer-col-2 p {
  height: 100%;
  position: relative;
}
footer.site-footer .footer-wrap .footer-main .footer-col-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer.site-footer .footer-wrap .footer-main .footer-col-3 {
  position: relative;
}
footer.site-footer .footer-wrap .footer-main .footer-col-3 p {
  height: 100%;
}
footer.site-footer .footer-wrap .footer-main .footer-col-3 a {
  position: relative;
  display: block;
  height: 100%;
}
footer.site-footer .footer-wrap .footer-main .footer-col-3 .align-centre {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin-top: -10px;
}
@media (min-width: 1024px) {
  footer.site-footer .footer-wrap .footer-main .footer-col-3 .align-centre {
    text-align: right;
  }
}
@media (max-width: 640px) {
  footer.site-footer .footer-wrap .footer-main .footer-col-3 .align-centre {
    margin-top: 30px;
  }
}
footer.site-footer .footer-wrap .footer-main .footer-col-3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer.site-footer .footer-wrap .footer-main .footer-col-2, footer.site-footer .footer-wrap .footer-main .footer-col-4, footer.site-footer .footer-wrap .footer-main .footer-col-5 {
  position: relative;
}
footer.site-footer .footer-wrap .footer-main .footer-col-2 p, footer.site-footer .footer-wrap .footer-main .footer-col-4 p, footer.site-footer .footer-wrap .footer-main .footer-col-5 p {
  height: 100%;
}
footer.site-footer .footer-wrap .footer-main .footer-col-2 a, footer.site-footer .footer-wrap .footer-main .footer-col-4 a, footer.site-footer .footer-wrap .footer-main .footer-col-5 a {
  position: relative;
  display: block;
  height: 100%;
}
footer.site-footer .footer-wrap .footer-main .footer-col-2 img, footer.site-footer .footer-wrap .footer-main .footer-col-4 img, footer.site-footer .footer-wrap .footer-main .footer-col-5 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  footer.site-footer .footer-wrap .footer-main .footer-col-4 {
    margin-left: -10px;
  }
}
@media (max-width: 640px) {
  footer.site-footer .footer-wrap .footer-main .footer-col-5 {
    margin-bottom: -10px;
    margin-left: -10px;
  }
}
footer.site-footer .footer-wrap .footer-main .footer-home-link {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
footer.site-footer .footer-wrap .footer-main .footer-home-link .footer-logo {
  position: relative;
  margin: 0 auto;
  text-align: center;
  min-width: 150px;
}
footer.site-footer .below-footer {
  padding: 20px 15px;
  background: #38424E;
  color: #484f5b;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
footer.site-footer .below-footer a {
  color: #484f5b;
}
footer.site-footer .below-footer a:hover {
  text-decoration: none;
  color: #517A6E;
}
footer.site-footer .below-footer p {
  color: #a4a8b0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.6px;
}
@media (max-width: 640px) {
  footer.site-footer .below-footer p {
    text-align: center;
  }
}
footer.site-footer .below-footer .armour-link {
  color: #a4a8b0;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.6px;
  position: relative;
  top: -6px;
}
@media (max-width: 640px) {
  footer.site-footer .below-footer .armour-link {
    text-align: center;
    margin-top: 20px;
  }
}
footer.site-footer .below-footer .armour-link img {
  max-width: 100px;
  margin-top: -2px;
}

@media (min-width: 351px) and (max-width: 452px) {
  footer.site-footer .social-icons .icons .icon:last-child {
    top: 10px;
  }
}
div.gform_wrapper {
  font-family: "Open Sans", sans-serif;
  /* checked mark aspect changes */
  /* disabled checkbox */
}
div.gform_wrapper form.gf_simple_horizontal div.gform_body {
  width: 100%;
}
div.gform_wrapper input, div.gform_wrapper button {
  border: none;
}
div.gform_wrapper input:focus, div.gform_wrapper input:active, div.gform_wrapper input:focus, div.gform_wrapper input:visited, div.gform_wrapper button:focus, div.gform_wrapper button:active, div.gform_wrapper button:focus, div.gform_wrapper button:visited {
  outline: none;
}
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.gform_wrapper textarea, div.gform_wrapper button {
  border-radius: 4.5px;
  padding: 5px 10px;
  border: solid 1px #000;
}
div.gform_wrapper [type="checkbox"]:not(:checked), div.gform_wrapper [type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px;
}
div.gform_wrapper [type="checkbox"]:not(:checked) + label, div.gform_wrapper [type="checkbox"]:checked + label {
  position: relative !important;
  padding-left: 1em !important;
  cursor: pointer !important;
}
div.gform_wrapper [type="checkbox"]:not(:checked) + label:before, div.gform_wrapper [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2.3em;
  height: 2.3em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 2px;
  border-radius: 5px;
}
div.gform_wrapper [type="checkbox"]:not(:checked) + label:after, div.gform_wrapper [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  left: 0;
  font-size: 1.3em;
  line-height: 0.8;
  background: #000;
}
@media (min-width: 1024px) {
  div.gform_wrapper [type="checkbox"]:not(:checked) + label:after, div.gform_wrapper [type="checkbox"]:checked + label:after {
    width: 32px;
    height: 32px;
  }
}
div.gform_wrapper [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
div.gform_wrapper [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
div.gform_wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
div.gform_wrapper [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
div.gform_wrapper [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
div.gform_wrapper [type="checkbox"]:disabled + label {
  color: #aaa;
}
div.gform_wrapper [type="submit"] {
  width: 100%;
  color: #fff;
  position: relative;
  background: #38424e;
  border: solid 1px #38424e;
}
div.gform_wrapper [type="submit"]:hover {
  color: #fff;
  background: transparent;
  border: solid 1px #fff;
}
div.gform_wrapper [type="submit"]:hover:before {
  right: 10px;
}

body .gform_wrapper textarea {
  outline: none;
}
body .gform_wrapper .gform_footer {
  width: 30%;
  position: relative;
  margin: 20px auto;
}
body .gform_wrapper .gform_footer input.button {
  width: 100%;
}

.site-container {
  overflow: hidden;
}

.zi-1 {
  z-index: 1;
}

.round-1 .container {
  border-radius: 1px;
}

.border-rounded-right-1 {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

.border-rounded-left-1 {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-1 {
    border-radius: 1px;
  }
}

.zi-2 {
  z-index: 2;
}

.round-2 .container {
  border-radius: 2px;
}

.border-rounded-right-2 {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.border-rounded-left-2 {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-2 {
    border-radius: 2px;
  }
}

.zi-3 {
  z-index: 3;
}

.round-3 .container {
  border-radius: 3px;
}

.border-rounded-right-3 {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.border-rounded-left-3 {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-3 {
    border-radius: 3px;
  }
}

.zi-4 {
  z-index: 4;
}

.round-4 .container {
  border-radius: 4px;
}

.border-rounded-right-4 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.border-rounded-left-4 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-4 {
    border-radius: 4px;
  }
}

.zi-5 {
  z-index: 5;
}

.round-5 .container {
  border-radius: 5px;
}

.border-rounded-right-5 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.border-rounded-left-5 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-5 {
    border-radius: 5px;
  }
}

.zi-6 {
  z-index: 6;
}

.round-6 .container {
  border-radius: 6px;
}

.border-rounded-right-6 {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.border-rounded-left-6 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-6 {
    border-radius: 6px;
  }
}

.zi-7 {
  z-index: 7;
}

.round-7 .container {
  border-radius: 7px;
}

.border-rounded-right-7 {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.border-rounded-left-7 {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-7 {
    border-radius: 7px;
  }
}

.zi-8 {
  z-index: 8;
}

.round-8 .container {
  border-radius: 8px;
}

.border-rounded-right-8 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.border-rounded-left-8 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-8 {
    border-radius: 8px;
  }
}

.zi-9 {
  z-index: 9;
}

.round-9 .container {
  border-radius: 9px;
}

.border-rounded-right-9 {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}

.border-rounded-left-9 {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-9 {
    border-radius: 9px;
  }
}

.zi-10 {
  z-index: 10;
}

.round-10 .container {
  border-radius: 10px;
}

.border-rounded-right-10 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.border-rounded-left-10 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-10 {
    border-radius: 10px;
  }
}

.zi-11 {
  z-index: 11;
}

.round-11 .container {
  border-radius: 11px;
}

.border-rounded-right-11 {
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

.border-rounded-left-11 {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-11 {
    border-radius: 11px;
  }
}

.zi-12 {
  z-index: 12;
}

.round-12 .container {
  border-radius: 12px;
}

.border-rounded-right-12 {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.border-rounded-left-12 {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-12 {
    border-radius: 12px;
  }
}

.zi-13 {
  z-index: 13;
}

.round-13 .container {
  border-radius: 13px;
}

.border-rounded-right-13 {
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}

.border-rounded-left-13 {
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-13 {
    border-radius: 13px;
  }
}

.zi-14 {
  z-index: 14;
}

.round-14 .container {
  border-radius: 14px;
}

.border-rounded-right-14 {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.border-rounded-left-14 {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-14 {
    border-radius: 14px;
  }
}

.zi-15 {
  z-index: 15;
}

.round-15 .container {
  border-radius: 15px;
}

.border-rounded-right-15 {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.border-rounded-left-15 {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-15 {
    border-radius: 15px;
  }
}

.zi-16 {
  z-index: 16;
}

.round-16 .container {
  border-radius: 16px;
}

.border-rounded-right-16 {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.border-rounded-left-16 {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-16 {
    border-radius: 16px;
  }
}

.zi-17 {
  z-index: 17;
}

.round-17 .container {
  border-radius: 17px;
}

.border-rounded-right-17 {
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}

.border-rounded-left-17 {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-17 {
    border-radius: 17px;
  }
}

.zi-18 {
  z-index: 18;
}

.round-18 .container {
  border-radius: 18px;
}

.border-rounded-right-18 {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.border-rounded-left-18 {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-18 {
    border-radius: 18px;
  }
}

.zi-19 {
  z-index: 19;
}

.round-19 .container {
  border-radius: 19px;
}

.border-rounded-right-19 {
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}

.border-rounded-left-19 {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-19 {
    border-radius: 19px;
  }
}

.zi-20 {
  z-index: 20;
}

.round-20 .container {
  border-radius: 20px;
}

.border-rounded-right-20 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.border-rounded-left-20 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1023px) {
  .border-rounded-all-tablet-20 {
    border-radius: 20px;
  }
}

.pull-down-10 {
  margin-bottom: -10px;
}

.pull-up-10 {
  margin-top: -10px;
}

.round-10 .container {
  border-radius: 10px;
}

.border-rounded-right-10 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.border-rounded-left-10 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (min-width: 1024px) {
  .margin-top-lg-10 {
    margin-top: 10px;
  }

  .margin-bottom-lg-10 {
    margin-bottom: 10px;
  }
}
.pull-down-11 {
  margin-bottom: -11px;
}

.pull-up-11 {
  margin-top: -11px;
}

.round-11 .container {
  border-radius: 11px;
}

.border-rounded-right-11 {
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

.border-rounded-left-11 {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

@media (min-width: 1024px) {
  .margin-top-lg-11 {
    margin-top: 11px;
  }

  .margin-bottom-lg-11 {
    margin-bottom: 11px;
  }
}
.pull-down-12 {
  margin-bottom: -12px;
}

.pull-up-12 {
  margin-top: -12px;
}

.round-12 .container {
  border-radius: 12px;
}

.border-rounded-right-12 {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.border-rounded-left-12 {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (min-width: 1024px) {
  .margin-top-lg-12 {
    margin-top: 12px;
  }

  .margin-bottom-lg-12 {
    margin-bottom: 12px;
  }
}
.pull-down-13 {
  margin-bottom: -13px;
}

.pull-up-13 {
  margin-top: -13px;
}

.round-13 .container {
  border-radius: 13px;
}

.border-rounded-right-13 {
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}

.border-rounded-left-13 {
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}

@media (min-width: 1024px) {
  .margin-top-lg-13 {
    margin-top: 13px;
  }

  .margin-bottom-lg-13 {
    margin-bottom: 13px;
  }
}
.pull-down-14 {
  margin-bottom: -14px;
}

.pull-up-14 {
  margin-top: -14px;
}

.round-14 .container {
  border-radius: 14px;
}

.border-rounded-right-14 {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.border-rounded-left-14 {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

@media (min-width: 1024px) {
  .margin-top-lg-14 {
    margin-top: 14px;
  }

  .margin-bottom-lg-14 {
    margin-bottom: 14px;
  }
}
.pull-down-15 {
  margin-bottom: -15px;
}

.pull-up-15 {
  margin-top: -15px;
}

.round-15 .container {
  border-radius: 15px;
}

.border-rounded-right-15 {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.border-rounded-left-15 {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

@media (min-width: 1024px) {
  .margin-top-lg-15 {
    margin-top: 15px;
  }

  .margin-bottom-lg-15 {
    margin-bottom: 15px;
  }
}
.pull-down-16 {
  margin-bottom: -16px;
}

.pull-up-16 {
  margin-top: -16px;
}

.round-16 .container {
  border-radius: 16px;
}

.border-rounded-right-16 {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.border-rounded-left-16 {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (min-width: 1024px) {
  .margin-top-lg-16 {
    margin-top: 16px;
  }

  .margin-bottom-lg-16 {
    margin-bottom: 16px;
  }
}
.pull-down-17 {
  margin-bottom: -17px;
}

.pull-up-17 {
  margin-top: -17px;
}

.round-17 .container {
  border-radius: 17px;
}

.border-rounded-right-17 {
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}

.border-rounded-left-17 {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}

@media (min-width: 1024px) {
  .margin-top-lg-17 {
    margin-top: 17px;
  }

  .margin-bottom-lg-17 {
    margin-bottom: 17px;
  }
}
.pull-down-18 {
  margin-bottom: -18px;
}

.pull-up-18 {
  margin-top: -18px;
}

.round-18 .container {
  border-radius: 18px;
}

.border-rounded-right-18 {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.border-rounded-left-18 {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

@media (min-width: 1024px) {
  .margin-top-lg-18 {
    margin-top: 18px;
  }

  .margin-bottom-lg-18 {
    margin-bottom: 18px;
  }
}
.pull-down-19 {
  margin-bottom: -19px;
}

.pull-up-19 {
  margin-top: -19px;
}

.round-19 .container {
  border-radius: 19px;
}

.border-rounded-right-19 {
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}

.border-rounded-left-19 {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}

@media (min-width: 1024px) {
  .margin-top-lg-19 {
    margin-top: 19px;
  }

  .margin-bottom-lg-19 {
    margin-bottom: 19px;
  }
}
.pull-down-20 {
  margin-bottom: -20px;
}

.pull-up-20 {
  margin-top: -20px;
}

.round-20 .container {
  border-radius: 20px;
}

.border-rounded-right-20 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.border-rounded-left-20 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (min-width: 1024px) {
  .margin-top-lg-20 {
    margin-top: 20px;
  }

  .margin-bottom-lg-20 {
    margin-bottom: 20px;
  }
}
.pull-down-21 {
  margin-bottom: -21px;
}

.pull-up-21 {
  margin-top: -21px;
}

.round-21 .container {
  border-radius: 21px;
}

.border-rounded-right-21 {
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
}

.border-rounded-left-21 {
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
}

@media (min-width: 1024px) {
  .margin-top-lg-21 {
    margin-top: 21px;
  }

  .margin-bottom-lg-21 {
    margin-bottom: 21px;
  }
}
.pull-down-22 {
  margin-bottom: -22px;
}

.pull-up-22 {
  margin-top: -22px;
}

.round-22 .container {
  border-radius: 22px;
}

.border-rounded-right-22 {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}

.border-rounded-left-22 {
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}

@media (min-width: 1024px) {
  .margin-top-lg-22 {
    margin-top: 22px;
  }

  .margin-bottom-lg-22 {
    margin-bottom: 22px;
  }
}
.pull-down-23 {
  margin-bottom: -23px;
}

.pull-up-23 {
  margin-top: -23px;
}

.round-23 .container {
  border-radius: 23px;
}

.border-rounded-right-23 {
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}

.border-rounded-left-23 {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}

@media (min-width: 1024px) {
  .margin-top-lg-23 {
    margin-top: 23px;
  }

  .margin-bottom-lg-23 {
    margin-bottom: 23px;
  }
}
.pull-down-24 {
  margin-bottom: -24px;
}

.pull-up-24 {
  margin-top: -24px;
}

.round-24 .container {
  border-radius: 24px;
}

.border-rounded-right-24 {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.border-rounded-left-24 {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

@media (min-width: 1024px) {
  .margin-top-lg-24 {
    margin-top: 24px;
  }

  .margin-bottom-lg-24 {
    margin-bottom: 24px;
  }
}
.pull-down-25 {
  margin-bottom: -25px;
}

.pull-up-25 {
  margin-top: -25px;
}

.round-25 .container {
  border-radius: 25px;
}

.border-rounded-right-25 {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.border-rounded-left-25 {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

@media (min-width: 1024px) {
  .margin-top-lg-25 {
    margin-top: 25px;
  }

  .margin-bottom-lg-25 {
    margin-bottom: 25px;
  }
}
.pull-down-26 {
  margin-bottom: -26px;
}

.pull-up-26 {
  margin-top: -26px;
}

.round-26 .container {
  border-radius: 26px;
}

.border-rounded-right-26 {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}

.border-rounded-left-26 {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}

@media (min-width: 1024px) {
  .margin-top-lg-26 {
    margin-top: 26px;
  }

  .margin-bottom-lg-26 {
    margin-bottom: 26px;
  }
}
.pull-down-27 {
  margin-bottom: -27px;
}

.pull-up-27 {
  margin-top: -27px;
}

.round-27 .container {
  border-radius: 27px;
}

.border-rounded-right-27 {
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
}

.border-rounded-left-27 {
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
}

@media (min-width: 1024px) {
  .margin-top-lg-27 {
    margin-top: 27px;
  }

  .margin-bottom-lg-27 {
    margin-bottom: 27px;
  }
}
.pull-down-28 {
  margin-bottom: -28px;
}

.pull-up-28 {
  margin-top: -28px;
}

.round-28 .container {
  border-radius: 28px;
}

.border-rounded-right-28 {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

.border-rounded-left-28 {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

@media (min-width: 1024px) {
  .margin-top-lg-28 {
    margin-top: 28px;
  }

  .margin-bottom-lg-28 {
    margin-bottom: 28px;
  }
}
.pull-down-29 {
  margin-bottom: -29px;
}

.pull-up-29 {
  margin-top: -29px;
}

.round-29 .container {
  border-radius: 29px;
}

.border-rounded-right-29 {
  border-top-right-radius: 29px;
  border-bottom-right-radius: 29px;
}

.border-rounded-left-29 {
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
}

@media (min-width: 1024px) {
  .margin-top-lg-29 {
    margin-top: 29px;
  }

  .margin-bottom-lg-29 {
    margin-bottom: 29px;
  }
}
.pull-down-30 {
  margin-bottom: -30px;
}

.pull-up-30 {
  margin-top: -30px;
}

.round-30 .container {
  border-radius: 30px;
}

.border-rounded-right-30 {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.border-rounded-left-30 {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media (min-width: 1024px) {
  .margin-top-lg-30 {
    margin-top: 30px;
  }

  .margin-bottom-lg-30 {
    margin-bottom: 30px;
  }
}
.pull-down-31 {
  margin-bottom: -31px;
}

.pull-up-31 {
  margin-top: -31px;
}

.round-31 .container {
  border-radius: 31px;
}

.border-rounded-right-31 {
  border-top-right-radius: 31px;
  border-bottom-right-radius: 31px;
}

.border-rounded-left-31 {
  border-top-left-radius: 31px;
  border-bottom-left-radius: 31px;
}

@media (min-width: 1024px) {
  .margin-top-lg-31 {
    margin-top: 31px;
  }

  .margin-bottom-lg-31 {
    margin-bottom: 31px;
  }
}
.pull-down-32 {
  margin-bottom: -32px;
}

.pull-up-32 {
  margin-top: -32px;
}

.round-32 .container {
  border-radius: 32px;
}

.border-rounded-right-32 {
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}

.border-rounded-left-32 {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}

@media (min-width: 1024px) {
  .margin-top-lg-32 {
    margin-top: 32px;
  }

  .margin-bottom-lg-32 {
    margin-bottom: 32px;
  }
}
.pull-down-33 {
  margin-bottom: -33px;
}

.pull-up-33 {
  margin-top: -33px;
}

.round-33 .container {
  border-radius: 33px;
}

.border-rounded-right-33 {
  border-top-right-radius: 33px;
  border-bottom-right-radius: 33px;
}

.border-rounded-left-33 {
  border-top-left-radius: 33px;
  border-bottom-left-radius: 33px;
}

@media (min-width: 1024px) {
  .margin-top-lg-33 {
    margin-top: 33px;
  }

  .margin-bottom-lg-33 {
    margin-bottom: 33px;
  }
}
.pull-down-34 {
  margin-bottom: -34px;
}

.pull-up-34 {
  margin-top: -34px;
}

.round-34 .container {
  border-radius: 34px;
}

.border-rounded-right-34 {
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
}

.border-rounded-left-34 {
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
}

@media (min-width: 1024px) {
  .margin-top-lg-34 {
    margin-top: 34px;
  }

  .margin-bottom-lg-34 {
    margin-bottom: 34px;
  }
}
.pull-down-35 {
  margin-bottom: -35px;
}

.pull-up-35 {
  margin-top: -35px;
}

.round-35 .container {
  border-radius: 35px;
}

.border-rounded-right-35 {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.border-rounded-left-35 {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

@media (min-width: 1024px) {
  .margin-top-lg-35 {
    margin-top: 35px;
  }

  .margin-bottom-lg-35 {
    margin-bottom: 35px;
  }
}
.pull-down-36 {
  margin-bottom: -36px;
}

.pull-up-36 {
  margin-top: -36px;
}

.round-36 .container {
  border-radius: 36px;
}

.border-rounded-right-36 {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}

.border-rounded-left-36 {
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

@media (min-width: 1024px) {
  .margin-top-lg-36 {
    margin-top: 36px;
  }

  .margin-bottom-lg-36 {
    margin-bottom: 36px;
  }
}
.pull-down-37 {
  margin-bottom: -37px;
}

.pull-up-37 {
  margin-top: -37px;
}

.round-37 .container {
  border-radius: 37px;
}

.border-rounded-right-37 {
  border-top-right-radius: 37px;
  border-bottom-right-radius: 37px;
}

.border-rounded-left-37 {
  border-top-left-radius: 37px;
  border-bottom-left-radius: 37px;
}

@media (min-width: 1024px) {
  .margin-top-lg-37 {
    margin-top: 37px;
  }

  .margin-bottom-lg-37 {
    margin-bottom: 37px;
  }
}
.pull-down-38 {
  margin-bottom: -38px;
}

.pull-up-38 {
  margin-top: -38px;
}

.round-38 .container {
  border-radius: 38px;
}

.border-rounded-right-38 {
  border-top-right-radius: 38px;
  border-bottom-right-radius: 38px;
}

.border-rounded-left-38 {
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
}

@media (min-width: 1024px) {
  .margin-top-lg-38 {
    margin-top: 38px;
  }

  .margin-bottom-lg-38 {
    margin-bottom: 38px;
  }
}
.pull-down-39 {
  margin-bottom: -39px;
}

.pull-up-39 {
  margin-top: -39px;
}

.round-39 .container {
  border-radius: 39px;
}

.border-rounded-right-39 {
  border-top-right-radius: 39px;
  border-bottom-right-radius: 39px;
}

.border-rounded-left-39 {
  border-top-left-radius: 39px;
  border-bottom-left-radius: 39px;
}

@media (min-width: 1024px) {
  .margin-top-lg-39 {
    margin-top: 39px;
  }

  .margin-bottom-lg-39 {
    margin-bottom: 39px;
  }
}
.pull-down-40 {
  margin-bottom: -40px;
}

.pull-up-40 {
  margin-top: -40px;
}

.round-40 .container {
  border-radius: 40px;
}

.border-rounded-right-40 {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.border-rounded-left-40 {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1024px) {
  .margin-top-lg-40 {
    margin-top: 40px;
  }

  .margin-bottom-lg-40 {
    margin-bottom: 40px;
  }
}
.pull-down-41 {
  margin-bottom: -41px;
}

.pull-up-41 {
  margin-top: -41px;
}

.round-41 .container {
  border-radius: 41px;
}

.border-rounded-right-41 {
  border-top-right-radius: 41px;
  border-bottom-right-radius: 41px;
}

.border-rounded-left-41 {
  border-top-left-radius: 41px;
  border-bottom-left-radius: 41px;
}

@media (min-width: 1024px) {
  .margin-top-lg-41 {
    margin-top: 41px;
  }

  .margin-bottom-lg-41 {
    margin-bottom: 41px;
  }
}
.pull-down-42 {
  margin-bottom: -42px;
}

.pull-up-42 {
  margin-top: -42px;
}

.round-42 .container {
  border-radius: 42px;
}

.border-rounded-right-42 {
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
}

.border-rounded-left-42 {
  border-top-left-radius: 42px;
  border-bottom-left-radius: 42px;
}

@media (min-width: 1024px) {
  .margin-top-lg-42 {
    margin-top: 42px;
  }

  .margin-bottom-lg-42 {
    margin-bottom: 42px;
  }
}
.pull-down-43 {
  margin-bottom: -43px;
}

.pull-up-43 {
  margin-top: -43px;
}

.round-43 .container {
  border-radius: 43px;
}

.border-rounded-right-43 {
  border-top-right-radius: 43px;
  border-bottom-right-radius: 43px;
}

.border-rounded-left-43 {
  border-top-left-radius: 43px;
  border-bottom-left-radius: 43px;
}

@media (min-width: 1024px) {
  .margin-top-lg-43 {
    margin-top: 43px;
  }

  .margin-bottom-lg-43 {
    margin-bottom: 43px;
  }
}
.pull-down-44 {
  margin-bottom: -44px;
}

.pull-up-44 {
  margin-top: -44px;
}

.round-44 .container {
  border-radius: 44px;
}

.border-rounded-right-44 {
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
}

.border-rounded-left-44 {
  border-top-left-radius: 44px;
  border-bottom-left-radius: 44px;
}

@media (min-width: 1024px) {
  .margin-top-lg-44 {
    margin-top: 44px;
  }

  .margin-bottom-lg-44 {
    margin-bottom: 44px;
  }
}
.pull-down-45 {
  margin-bottom: -45px;
}

.pull-up-45 {
  margin-top: -45px;
}

.round-45 .container {
  border-radius: 45px;
}

.border-rounded-right-45 {
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}

.border-rounded-left-45 {
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

@media (min-width: 1024px) {
  .margin-top-lg-45 {
    margin-top: 45px;
  }

  .margin-bottom-lg-45 {
    margin-bottom: 45px;
  }
}
.pull-down-46 {
  margin-bottom: -46px;
}

.pull-up-46 {
  margin-top: -46px;
}

.round-46 .container {
  border-radius: 46px;
}

.border-rounded-right-46 {
  border-top-right-radius: 46px;
  border-bottom-right-radius: 46px;
}

.border-rounded-left-46 {
  border-top-left-radius: 46px;
  border-bottom-left-radius: 46px;
}

@media (min-width: 1024px) {
  .margin-top-lg-46 {
    margin-top: 46px;
  }

  .margin-bottom-lg-46 {
    margin-bottom: 46px;
  }
}
.pull-down-47 {
  margin-bottom: -47px;
}

.pull-up-47 {
  margin-top: -47px;
}

.round-47 .container {
  border-radius: 47px;
}

.border-rounded-right-47 {
  border-top-right-radius: 47px;
  border-bottom-right-radius: 47px;
}

.border-rounded-left-47 {
  border-top-left-radius: 47px;
  border-bottom-left-radius: 47px;
}

@media (min-width: 1024px) {
  .margin-top-lg-47 {
    margin-top: 47px;
  }

  .margin-bottom-lg-47 {
    margin-bottom: 47px;
  }
}
.pull-down-48 {
  margin-bottom: -48px;
}

.pull-up-48 {
  margin-top: -48px;
}

.round-48 .container {
  border-radius: 48px;
}

.border-rounded-right-48 {
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
}

.border-rounded-left-48 {
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
}

@media (min-width: 1024px) {
  .margin-top-lg-48 {
    margin-top: 48px;
  }

  .margin-bottom-lg-48 {
    margin-bottom: 48px;
  }
}
.pull-down-49 {
  margin-bottom: -49px;
}

.pull-up-49 {
  margin-top: -49px;
}

.round-49 .container {
  border-radius: 49px;
}

.border-rounded-right-49 {
  border-top-right-radius: 49px;
  border-bottom-right-radius: 49px;
}

.border-rounded-left-49 {
  border-top-left-radius: 49px;
  border-bottom-left-radius: 49px;
}

@media (min-width: 1024px) {
  .margin-top-lg-49 {
    margin-top: 49px;
  }

  .margin-bottom-lg-49 {
    margin-bottom: 49px;
  }
}
.pull-down-50 {
  margin-bottom: -50px;
}

.pull-up-50 {
  margin-top: -50px;
}

.round-50 .container {
  border-radius: 50px;
}

.border-rounded-right-50 {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.border-rounded-left-50 {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

@media (min-width: 1024px) {
  .margin-top-lg-50 {
    margin-top: 50px;
  }

  .margin-bottom-lg-50 {
    margin-bottom: 50px;
  }
}
.pull-down-51 {
  margin-bottom: -51px;
}

.pull-up-51 {
  margin-top: -51px;
}

.round-51 .container {
  border-radius: 51px;
}

.border-rounded-right-51 {
  border-top-right-radius: 51px;
  border-bottom-right-radius: 51px;
}

.border-rounded-left-51 {
  border-top-left-radius: 51px;
  border-bottom-left-radius: 51px;
}

@media (min-width: 1024px) {
  .margin-top-lg-51 {
    margin-top: 51px;
  }

  .margin-bottom-lg-51 {
    margin-bottom: 51px;
  }
}
.pull-down-52 {
  margin-bottom: -52px;
}

.pull-up-52 {
  margin-top: -52px;
}

.round-52 .container {
  border-radius: 52px;
}

.border-rounded-right-52 {
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
}

.border-rounded-left-52 {
  border-top-left-radius: 52px;
  border-bottom-left-radius: 52px;
}

@media (min-width: 1024px) {
  .margin-top-lg-52 {
    margin-top: 52px;
  }

  .margin-bottom-lg-52 {
    margin-bottom: 52px;
  }
}
.pull-down-53 {
  margin-bottom: -53px;
}

.pull-up-53 {
  margin-top: -53px;
}

.round-53 .container {
  border-radius: 53px;
}

.border-rounded-right-53 {
  border-top-right-radius: 53px;
  border-bottom-right-radius: 53px;
}

.border-rounded-left-53 {
  border-top-left-radius: 53px;
  border-bottom-left-radius: 53px;
}

@media (min-width: 1024px) {
  .margin-top-lg-53 {
    margin-top: 53px;
  }

  .margin-bottom-lg-53 {
    margin-bottom: 53px;
  }
}
.pull-down-54 {
  margin-bottom: -54px;
}

.pull-up-54 {
  margin-top: -54px;
}

.round-54 .container {
  border-radius: 54px;
}

.border-rounded-right-54 {
  border-top-right-radius: 54px;
  border-bottom-right-radius: 54px;
}

.border-rounded-left-54 {
  border-top-left-radius: 54px;
  border-bottom-left-radius: 54px;
}

@media (min-width: 1024px) {
  .margin-top-lg-54 {
    margin-top: 54px;
  }

  .margin-bottom-lg-54 {
    margin-bottom: 54px;
  }
}
.pull-down-55 {
  margin-bottom: -55px;
}

.pull-up-55 {
  margin-top: -55px;
}

.round-55 .container {
  border-radius: 55px;
}

.border-rounded-right-55 {
  border-top-right-radius: 55px;
  border-bottom-right-radius: 55px;
}

.border-rounded-left-55 {
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
}

@media (min-width: 1024px) {
  .margin-top-lg-55 {
    margin-top: 55px;
  }

  .margin-bottom-lg-55 {
    margin-bottom: 55px;
  }
}
.pull-down-56 {
  margin-bottom: -56px;
}

.pull-up-56 {
  margin-top: -56px;
}

.round-56 .container {
  border-radius: 56px;
}

.border-rounded-right-56 {
  border-top-right-radius: 56px;
  border-bottom-right-radius: 56px;
}

.border-rounded-left-56 {
  border-top-left-radius: 56px;
  border-bottom-left-radius: 56px;
}

@media (min-width: 1024px) {
  .margin-top-lg-56 {
    margin-top: 56px;
  }

  .margin-bottom-lg-56 {
    margin-bottom: 56px;
  }
}
.pull-down-57 {
  margin-bottom: -57px;
}

.pull-up-57 {
  margin-top: -57px;
}

.round-57 .container {
  border-radius: 57px;
}

.border-rounded-right-57 {
  border-top-right-radius: 57px;
  border-bottom-right-radius: 57px;
}

.border-rounded-left-57 {
  border-top-left-radius: 57px;
  border-bottom-left-radius: 57px;
}

@media (min-width: 1024px) {
  .margin-top-lg-57 {
    margin-top: 57px;
  }

  .margin-bottom-lg-57 {
    margin-bottom: 57px;
  }
}
.pull-down-58 {
  margin-bottom: -58px;
}

.pull-up-58 {
  margin-top: -58px;
}

.round-58 .container {
  border-radius: 58px;
}

.border-rounded-right-58 {
  border-top-right-radius: 58px;
  border-bottom-right-radius: 58px;
}

.border-rounded-left-58 {
  border-top-left-radius: 58px;
  border-bottom-left-radius: 58px;
}

@media (min-width: 1024px) {
  .margin-top-lg-58 {
    margin-top: 58px;
  }

  .margin-bottom-lg-58 {
    margin-bottom: 58px;
  }
}
.pull-down-59 {
  margin-bottom: -59px;
}

.pull-up-59 {
  margin-top: -59px;
}

.round-59 .container {
  border-radius: 59px;
}

.border-rounded-right-59 {
  border-top-right-radius: 59px;
  border-bottom-right-radius: 59px;
}

.border-rounded-left-59 {
  border-top-left-radius: 59px;
  border-bottom-left-radius: 59px;
}

@media (min-width: 1024px) {
  .margin-top-lg-59 {
    margin-top: 59px;
  }

  .margin-bottom-lg-59 {
    margin-bottom: 59px;
  }
}
.pull-down-60 {
  margin-bottom: -60px;
}

.pull-up-60 {
  margin-top: -60px;
}

.round-60 .container {
  border-radius: 60px;
}

.border-rounded-right-60 {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.border-rounded-left-60 {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

@media (min-width: 1024px) {
  .margin-top-lg-60 {
    margin-top: 60px;
  }

  .margin-bottom-lg-60 {
    margin-bottom: 60px;
  }
}
.pull-down-61 {
  margin-bottom: -61px;
}

.pull-up-61 {
  margin-top: -61px;
}

.round-61 .container {
  border-radius: 61px;
}

.border-rounded-right-61 {
  border-top-right-radius: 61px;
  border-bottom-right-radius: 61px;
}

.border-rounded-left-61 {
  border-top-left-radius: 61px;
  border-bottom-left-radius: 61px;
}

@media (min-width: 1024px) {
  .margin-top-lg-61 {
    margin-top: 61px;
  }

  .margin-bottom-lg-61 {
    margin-bottom: 61px;
  }
}
.pull-down-62 {
  margin-bottom: -62px;
}

.pull-up-62 {
  margin-top: -62px;
}

.round-62 .container {
  border-radius: 62px;
}

.border-rounded-right-62 {
  border-top-right-radius: 62px;
  border-bottom-right-radius: 62px;
}

.border-rounded-left-62 {
  border-top-left-radius: 62px;
  border-bottom-left-radius: 62px;
}

@media (min-width: 1024px) {
  .margin-top-lg-62 {
    margin-top: 62px;
  }

  .margin-bottom-lg-62 {
    margin-bottom: 62px;
  }
}
.pull-down-63 {
  margin-bottom: -63px;
}

.pull-up-63 {
  margin-top: -63px;
}

.round-63 .container {
  border-radius: 63px;
}

.border-rounded-right-63 {
  border-top-right-radius: 63px;
  border-bottom-right-radius: 63px;
}

.border-rounded-left-63 {
  border-top-left-radius: 63px;
  border-bottom-left-radius: 63px;
}

@media (min-width: 1024px) {
  .margin-top-lg-63 {
    margin-top: 63px;
  }

  .margin-bottom-lg-63 {
    margin-bottom: 63px;
  }
}
.pull-down-64 {
  margin-bottom: -64px;
}

.pull-up-64 {
  margin-top: -64px;
}

.round-64 .container {
  border-radius: 64px;
}

.border-rounded-right-64 {
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
}

.border-rounded-left-64 {
  border-top-left-radius: 64px;
  border-bottom-left-radius: 64px;
}

@media (min-width: 1024px) {
  .margin-top-lg-64 {
    margin-top: 64px;
  }

  .margin-bottom-lg-64 {
    margin-bottom: 64px;
  }
}
.pull-down-65 {
  margin-bottom: -65px;
}

.pull-up-65 {
  margin-top: -65px;
}

.round-65 .container {
  border-radius: 65px;
}

.border-rounded-right-65 {
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
}

.border-rounded-left-65 {
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
}

@media (min-width: 1024px) {
  .margin-top-lg-65 {
    margin-top: 65px;
  }

  .margin-bottom-lg-65 {
    margin-bottom: 65px;
  }
}
.pull-down-66 {
  margin-bottom: -66px;
}

.pull-up-66 {
  margin-top: -66px;
}

.round-66 .container {
  border-radius: 66px;
}

.border-rounded-right-66 {
  border-top-right-radius: 66px;
  border-bottom-right-radius: 66px;
}

.border-rounded-left-66 {
  border-top-left-radius: 66px;
  border-bottom-left-radius: 66px;
}

@media (min-width: 1024px) {
  .margin-top-lg-66 {
    margin-top: 66px;
  }

  .margin-bottom-lg-66 {
    margin-bottom: 66px;
  }
}
.pull-down-67 {
  margin-bottom: -67px;
}

.pull-up-67 {
  margin-top: -67px;
}

.round-67 .container {
  border-radius: 67px;
}

.border-rounded-right-67 {
  border-top-right-radius: 67px;
  border-bottom-right-radius: 67px;
}

.border-rounded-left-67 {
  border-top-left-radius: 67px;
  border-bottom-left-radius: 67px;
}

@media (min-width: 1024px) {
  .margin-top-lg-67 {
    margin-top: 67px;
  }

  .margin-bottom-lg-67 {
    margin-bottom: 67px;
  }
}
.pull-down-68 {
  margin-bottom: -68px;
}

.pull-up-68 {
  margin-top: -68px;
}

.round-68 .container {
  border-radius: 68px;
}

.border-rounded-right-68 {
  border-top-right-radius: 68px;
  border-bottom-right-radius: 68px;
}

.border-rounded-left-68 {
  border-top-left-radius: 68px;
  border-bottom-left-radius: 68px;
}

@media (min-width: 1024px) {
  .margin-top-lg-68 {
    margin-top: 68px;
  }

  .margin-bottom-lg-68 {
    margin-bottom: 68px;
  }
}
.pull-down-69 {
  margin-bottom: -69px;
}

.pull-up-69 {
  margin-top: -69px;
}

.round-69 .container {
  border-radius: 69px;
}

.border-rounded-right-69 {
  border-top-right-radius: 69px;
  border-bottom-right-radius: 69px;
}

.border-rounded-left-69 {
  border-top-left-radius: 69px;
  border-bottom-left-radius: 69px;
}

@media (min-width: 1024px) {
  .margin-top-lg-69 {
    margin-top: 69px;
  }

  .margin-bottom-lg-69 {
    margin-bottom: 69px;
  }
}
.pull-down-70 {
  margin-bottom: -70px;
}

.pull-up-70 {
  margin-top: -70px;
}

.round-70 .container {
  border-radius: 70px;
}

.border-rounded-right-70 {
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
}

.border-rounded-left-70 {
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
}

@media (min-width: 1024px) {
  .margin-top-lg-70 {
    margin-top: 70px;
  }

  .margin-bottom-lg-70 {
    margin-bottom: 70px;
  }
}
.pull-down-71 {
  margin-bottom: -71px;
}

.pull-up-71 {
  margin-top: -71px;
}

.round-71 .container {
  border-radius: 71px;
}

.border-rounded-right-71 {
  border-top-right-radius: 71px;
  border-bottom-right-radius: 71px;
}

.border-rounded-left-71 {
  border-top-left-radius: 71px;
  border-bottom-left-radius: 71px;
}

@media (min-width: 1024px) {
  .margin-top-lg-71 {
    margin-top: 71px;
  }

  .margin-bottom-lg-71 {
    margin-bottom: 71px;
  }
}
.pull-down-72 {
  margin-bottom: -72px;
}

.pull-up-72 {
  margin-top: -72px;
}

.round-72 .container {
  border-radius: 72px;
}

.border-rounded-right-72 {
  border-top-right-radius: 72px;
  border-bottom-right-radius: 72px;
}

.border-rounded-left-72 {
  border-top-left-radius: 72px;
  border-bottom-left-radius: 72px;
}

@media (min-width: 1024px) {
  .margin-top-lg-72 {
    margin-top: 72px;
  }

  .margin-bottom-lg-72 {
    margin-bottom: 72px;
  }
}
.pull-down-73 {
  margin-bottom: -73px;
}

.pull-up-73 {
  margin-top: -73px;
}

.round-73 .container {
  border-radius: 73px;
}

.border-rounded-right-73 {
  border-top-right-radius: 73px;
  border-bottom-right-radius: 73px;
}

.border-rounded-left-73 {
  border-top-left-radius: 73px;
  border-bottom-left-radius: 73px;
}

@media (min-width: 1024px) {
  .margin-top-lg-73 {
    margin-top: 73px;
  }

  .margin-bottom-lg-73 {
    margin-bottom: 73px;
  }
}
.pull-down-74 {
  margin-bottom: -74px;
}

.pull-up-74 {
  margin-top: -74px;
}

.round-74 .container {
  border-radius: 74px;
}

.border-rounded-right-74 {
  border-top-right-radius: 74px;
  border-bottom-right-radius: 74px;
}

.border-rounded-left-74 {
  border-top-left-radius: 74px;
  border-bottom-left-radius: 74px;
}

@media (min-width: 1024px) {
  .margin-top-lg-74 {
    margin-top: 74px;
  }

  .margin-bottom-lg-74 {
    margin-bottom: 74px;
  }
}
.pull-down-75 {
  margin-bottom: -75px;
}

.pull-up-75 {
  margin-top: -75px;
}

.round-75 .container {
  border-radius: 75px;
}

.border-rounded-right-75 {
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
}

.border-rounded-left-75 {
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
}

@media (min-width: 1024px) {
  .margin-top-lg-75 {
    margin-top: 75px;
  }

  .margin-bottom-lg-75 {
    margin-bottom: 75px;
  }
}
.pull-down-76 {
  margin-bottom: -76px;
}

.pull-up-76 {
  margin-top: -76px;
}

.round-76 .container {
  border-radius: 76px;
}

.border-rounded-right-76 {
  border-top-right-radius: 76px;
  border-bottom-right-radius: 76px;
}

.border-rounded-left-76 {
  border-top-left-radius: 76px;
  border-bottom-left-radius: 76px;
}

@media (min-width: 1024px) {
  .margin-top-lg-76 {
    margin-top: 76px;
  }

  .margin-bottom-lg-76 {
    margin-bottom: 76px;
  }
}
.pull-down-77 {
  margin-bottom: -77px;
}

.pull-up-77 {
  margin-top: -77px;
}

.round-77 .container {
  border-radius: 77px;
}

.border-rounded-right-77 {
  border-top-right-radius: 77px;
  border-bottom-right-radius: 77px;
}

.border-rounded-left-77 {
  border-top-left-radius: 77px;
  border-bottom-left-radius: 77px;
}

@media (min-width: 1024px) {
  .margin-top-lg-77 {
    margin-top: 77px;
  }

  .margin-bottom-lg-77 {
    margin-bottom: 77px;
  }
}
.pull-down-78 {
  margin-bottom: -78px;
}

.pull-up-78 {
  margin-top: -78px;
}

.round-78 .container {
  border-radius: 78px;
}

.border-rounded-right-78 {
  border-top-right-radius: 78px;
  border-bottom-right-radius: 78px;
}

.border-rounded-left-78 {
  border-top-left-radius: 78px;
  border-bottom-left-radius: 78px;
}

@media (min-width: 1024px) {
  .margin-top-lg-78 {
    margin-top: 78px;
  }

  .margin-bottom-lg-78 {
    margin-bottom: 78px;
  }
}
.pull-down-79 {
  margin-bottom: -79px;
}

.pull-up-79 {
  margin-top: -79px;
}

.round-79 .container {
  border-radius: 79px;
}

.border-rounded-right-79 {
  border-top-right-radius: 79px;
  border-bottom-right-radius: 79px;
}

.border-rounded-left-79 {
  border-top-left-radius: 79px;
  border-bottom-left-radius: 79px;
}

@media (min-width: 1024px) {
  .margin-top-lg-79 {
    margin-top: 79px;
  }

  .margin-bottom-lg-79 {
    margin-bottom: 79px;
  }
}
.pull-down-80 {
  margin-bottom: -80px;
}

.pull-up-80 {
  margin-top: -80px;
}

.round-80 .container {
  border-radius: 80px;
}

.border-rounded-right-80 {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}

.border-rounded-left-80 {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}

@media (min-width: 1024px) {
  .margin-top-lg-80 {
    margin-top: 80px;
  }

  .margin-bottom-lg-80 {
    margin-bottom: 80px;
  }
}
.pull-down-81 {
  margin-bottom: -81px;
}

.pull-up-81 {
  margin-top: -81px;
}

.round-81 .container {
  border-radius: 81px;
}

.border-rounded-right-81 {
  border-top-right-radius: 81px;
  border-bottom-right-radius: 81px;
}

.border-rounded-left-81 {
  border-top-left-radius: 81px;
  border-bottom-left-radius: 81px;
}

@media (min-width: 1024px) {
  .margin-top-lg-81 {
    margin-top: 81px;
  }

  .margin-bottom-lg-81 {
    margin-bottom: 81px;
  }
}
.pull-down-82 {
  margin-bottom: -82px;
}

.pull-up-82 {
  margin-top: -82px;
}

.round-82 .container {
  border-radius: 82px;
}

.border-rounded-right-82 {
  border-top-right-radius: 82px;
  border-bottom-right-radius: 82px;
}

.border-rounded-left-82 {
  border-top-left-radius: 82px;
  border-bottom-left-radius: 82px;
}

@media (min-width: 1024px) {
  .margin-top-lg-82 {
    margin-top: 82px;
  }

  .margin-bottom-lg-82 {
    margin-bottom: 82px;
  }
}
.pull-down-83 {
  margin-bottom: -83px;
}

.pull-up-83 {
  margin-top: -83px;
}

.round-83 .container {
  border-radius: 83px;
}

.border-rounded-right-83 {
  border-top-right-radius: 83px;
  border-bottom-right-radius: 83px;
}

.border-rounded-left-83 {
  border-top-left-radius: 83px;
  border-bottom-left-radius: 83px;
}

@media (min-width: 1024px) {
  .margin-top-lg-83 {
    margin-top: 83px;
  }

  .margin-bottom-lg-83 {
    margin-bottom: 83px;
  }
}
.pull-down-84 {
  margin-bottom: -84px;
}

.pull-up-84 {
  margin-top: -84px;
}

.round-84 .container {
  border-radius: 84px;
}

.border-rounded-right-84 {
  border-top-right-radius: 84px;
  border-bottom-right-radius: 84px;
}

.border-rounded-left-84 {
  border-top-left-radius: 84px;
  border-bottom-left-radius: 84px;
}

@media (min-width: 1024px) {
  .margin-top-lg-84 {
    margin-top: 84px;
  }

  .margin-bottom-lg-84 {
    margin-bottom: 84px;
  }
}
.pull-down-85 {
  margin-bottom: -85px;
}

.pull-up-85 {
  margin-top: -85px;
}

.round-85 .container {
  border-radius: 85px;
}

.border-rounded-right-85 {
  border-top-right-radius: 85px;
  border-bottom-right-radius: 85px;
}

.border-rounded-left-85 {
  border-top-left-radius: 85px;
  border-bottom-left-radius: 85px;
}

@media (min-width: 1024px) {
  .margin-top-lg-85 {
    margin-top: 85px;
  }

  .margin-bottom-lg-85 {
    margin-bottom: 85px;
  }
}
.pull-down-86 {
  margin-bottom: -86px;
}

.pull-up-86 {
  margin-top: -86px;
}

.round-86 .container {
  border-radius: 86px;
}

.border-rounded-right-86 {
  border-top-right-radius: 86px;
  border-bottom-right-radius: 86px;
}

.border-rounded-left-86 {
  border-top-left-radius: 86px;
  border-bottom-left-radius: 86px;
}

@media (min-width: 1024px) {
  .margin-top-lg-86 {
    margin-top: 86px;
  }

  .margin-bottom-lg-86 {
    margin-bottom: 86px;
  }
}
.pull-down-87 {
  margin-bottom: -87px;
}

.pull-up-87 {
  margin-top: -87px;
}

.round-87 .container {
  border-radius: 87px;
}

.border-rounded-right-87 {
  border-top-right-radius: 87px;
  border-bottom-right-radius: 87px;
}

.border-rounded-left-87 {
  border-top-left-radius: 87px;
  border-bottom-left-radius: 87px;
}

@media (min-width: 1024px) {
  .margin-top-lg-87 {
    margin-top: 87px;
  }

  .margin-bottom-lg-87 {
    margin-bottom: 87px;
  }
}
.pull-down-88 {
  margin-bottom: -88px;
}

.pull-up-88 {
  margin-top: -88px;
}

.round-88 .container {
  border-radius: 88px;
}

.border-rounded-right-88 {
  border-top-right-radius: 88px;
  border-bottom-right-radius: 88px;
}

.border-rounded-left-88 {
  border-top-left-radius: 88px;
  border-bottom-left-radius: 88px;
}

@media (min-width: 1024px) {
  .margin-top-lg-88 {
    margin-top: 88px;
  }

  .margin-bottom-lg-88 {
    margin-bottom: 88px;
  }
}
.pull-down-89 {
  margin-bottom: -89px;
}

.pull-up-89 {
  margin-top: -89px;
}

.round-89 .container {
  border-radius: 89px;
}

.border-rounded-right-89 {
  border-top-right-radius: 89px;
  border-bottom-right-radius: 89px;
}

.border-rounded-left-89 {
  border-top-left-radius: 89px;
  border-bottom-left-radius: 89px;
}

@media (min-width: 1024px) {
  .margin-top-lg-89 {
    margin-top: 89px;
  }

  .margin-bottom-lg-89 {
    margin-bottom: 89px;
  }
}
.pull-down-90 {
  margin-bottom: -90px;
}

.pull-up-90 {
  margin-top: -90px;
}

.round-90 .container {
  border-radius: 90px;
}

.border-rounded-right-90 {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
}

.border-rounded-left-90 {
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
}

@media (min-width: 1024px) {
  .margin-top-lg-90 {
    margin-top: 90px;
  }

  .margin-bottom-lg-90 {
    margin-bottom: 90px;
  }
}
.pull-down-91 {
  margin-bottom: -91px;
}

.pull-up-91 {
  margin-top: -91px;
}

.round-91 .container {
  border-radius: 91px;
}

.border-rounded-right-91 {
  border-top-right-radius: 91px;
  border-bottom-right-radius: 91px;
}

.border-rounded-left-91 {
  border-top-left-radius: 91px;
  border-bottom-left-radius: 91px;
}

@media (min-width: 1024px) {
  .margin-top-lg-91 {
    margin-top: 91px;
  }

  .margin-bottom-lg-91 {
    margin-bottom: 91px;
  }
}
.pull-down-92 {
  margin-bottom: -92px;
}

.pull-up-92 {
  margin-top: -92px;
}

.round-92 .container {
  border-radius: 92px;
}

.border-rounded-right-92 {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
}

.border-rounded-left-92 {
  border-top-left-radius: 92px;
  border-bottom-left-radius: 92px;
}

@media (min-width: 1024px) {
  .margin-top-lg-92 {
    margin-top: 92px;
  }

  .margin-bottom-lg-92 {
    margin-bottom: 92px;
  }
}
.pull-down-93 {
  margin-bottom: -93px;
}

.pull-up-93 {
  margin-top: -93px;
}

.round-93 .container {
  border-radius: 93px;
}

.border-rounded-right-93 {
  border-top-right-radius: 93px;
  border-bottom-right-radius: 93px;
}

.border-rounded-left-93 {
  border-top-left-radius: 93px;
  border-bottom-left-radius: 93px;
}

@media (min-width: 1024px) {
  .margin-top-lg-93 {
    margin-top: 93px;
  }

  .margin-bottom-lg-93 {
    margin-bottom: 93px;
  }
}
.pull-down-94 {
  margin-bottom: -94px;
}

.pull-up-94 {
  margin-top: -94px;
}

.round-94 .container {
  border-radius: 94px;
}

.border-rounded-right-94 {
  border-top-right-radius: 94px;
  border-bottom-right-radius: 94px;
}

.border-rounded-left-94 {
  border-top-left-radius: 94px;
  border-bottom-left-radius: 94px;
}

@media (min-width: 1024px) {
  .margin-top-lg-94 {
    margin-top: 94px;
  }

  .margin-bottom-lg-94 {
    margin-bottom: 94px;
  }
}
.pull-down-95 {
  margin-bottom: -95px;
}

.pull-up-95 {
  margin-top: -95px;
}

.round-95 .container {
  border-radius: 95px;
}

.border-rounded-right-95 {
  border-top-right-radius: 95px;
  border-bottom-right-radius: 95px;
}

.border-rounded-left-95 {
  border-top-left-radius: 95px;
  border-bottom-left-radius: 95px;
}

@media (min-width: 1024px) {
  .margin-top-lg-95 {
    margin-top: 95px;
  }

  .margin-bottom-lg-95 {
    margin-bottom: 95px;
  }
}
.pull-down-96 {
  margin-bottom: -96px;
}

.pull-up-96 {
  margin-top: -96px;
}

.round-96 .container {
  border-radius: 96px;
}

.border-rounded-right-96 {
  border-top-right-radius: 96px;
  border-bottom-right-radius: 96px;
}

.border-rounded-left-96 {
  border-top-left-radius: 96px;
  border-bottom-left-radius: 96px;
}

@media (min-width: 1024px) {
  .margin-top-lg-96 {
    margin-top: 96px;
  }

  .margin-bottom-lg-96 {
    margin-bottom: 96px;
  }
}
.pull-down-97 {
  margin-bottom: -97px;
}

.pull-up-97 {
  margin-top: -97px;
}

.round-97 .container {
  border-radius: 97px;
}

.border-rounded-right-97 {
  border-top-right-radius: 97px;
  border-bottom-right-radius: 97px;
}

.border-rounded-left-97 {
  border-top-left-radius: 97px;
  border-bottom-left-radius: 97px;
}

@media (min-width: 1024px) {
  .margin-top-lg-97 {
    margin-top: 97px;
  }

  .margin-bottom-lg-97 {
    margin-bottom: 97px;
  }
}
.pull-down-98 {
  margin-bottom: -98px;
}

.pull-up-98 {
  margin-top: -98px;
}

.round-98 .container {
  border-radius: 98px;
}

.border-rounded-right-98 {
  border-top-right-radius: 98px;
  border-bottom-right-radius: 98px;
}

.border-rounded-left-98 {
  border-top-left-radius: 98px;
  border-bottom-left-radius: 98px;
}

@media (min-width: 1024px) {
  .margin-top-lg-98 {
    margin-top: 98px;
  }

  .margin-bottom-lg-98 {
    margin-bottom: 98px;
  }
}
.pull-down-99 {
  margin-bottom: -99px;
}

.pull-up-99 {
  margin-top: -99px;
}

.round-99 .container {
  border-radius: 99px;
}

.border-rounded-right-99 {
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}

.border-rounded-left-99 {
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
}

@media (min-width: 1024px) {
  .margin-top-lg-99 {
    margin-top: 99px;
  }

  .margin-bottom-lg-99 {
    margin-bottom: 99px;
  }
}
.pull-down-100 {
  margin-bottom: -100px;
}

.pull-up-100 {
  margin-top: -100px;
}

.round-100 .container {
  border-radius: 100px;
}

.border-rounded-right-100 {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.border-rounded-left-100 {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

@media (min-width: 1024px) {
  .margin-top-lg-100 {
    margin-top: 100px;
  }

  .margin-bottom-lg-100 {
    margin-bottom: 100px;
  }
}
.pull-down-101 {
  margin-bottom: -101px;
}

.pull-up-101 {
  margin-top: -101px;
}

.round-101 .container {
  border-radius: 101px;
}

.border-rounded-right-101 {
  border-top-right-radius: 101px;
  border-bottom-right-radius: 101px;
}

.border-rounded-left-101 {
  border-top-left-radius: 101px;
  border-bottom-left-radius: 101px;
}

@media (min-width: 1024px) {
  .margin-top-lg-101 {
    margin-top: 101px;
  }

  .margin-bottom-lg-101 {
    margin-bottom: 101px;
  }
}
.pull-down-102 {
  margin-bottom: -102px;
}

.pull-up-102 {
  margin-top: -102px;
}

.round-102 .container {
  border-radius: 102px;
}

.border-rounded-right-102 {
  border-top-right-radius: 102px;
  border-bottom-right-radius: 102px;
}

.border-rounded-left-102 {
  border-top-left-radius: 102px;
  border-bottom-left-radius: 102px;
}

@media (min-width: 1024px) {
  .margin-top-lg-102 {
    margin-top: 102px;
  }

  .margin-bottom-lg-102 {
    margin-bottom: 102px;
  }
}
.pull-down-103 {
  margin-bottom: -103px;
}

.pull-up-103 {
  margin-top: -103px;
}

.round-103 .container {
  border-radius: 103px;
}

.border-rounded-right-103 {
  border-top-right-radius: 103px;
  border-bottom-right-radius: 103px;
}

.border-rounded-left-103 {
  border-top-left-radius: 103px;
  border-bottom-left-radius: 103px;
}

@media (min-width: 1024px) {
  .margin-top-lg-103 {
    margin-top: 103px;
  }

  .margin-bottom-lg-103 {
    margin-bottom: 103px;
  }
}
.pull-down-104 {
  margin-bottom: -104px;
}

.pull-up-104 {
  margin-top: -104px;
}

.round-104 .container {
  border-radius: 104px;
}

.border-rounded-right-104 {
  border-top-right-radius: 104px;
  border-bottom-right-radius: 104px;
}

.border-rounded-left-104 {
  border-top-left-radius: 104px;
  border-bottom-left-radius: 104px;
}

@media (min-width: 1024px) {
  .margin-top-lg-104 {
    margin-top: 104px;
  }

  .margin-bottom-lg-104 {
    margin-bottom: 104px;
  }
}
.pull-down-105 {
  margin-bottom: -105px;
}

.pull-up-105 {
  margin-top: -105px;
}

.round-105 .container {
  border-radius: 105px;
}

.border-rounded-right-105 {
  border-top-right-radius: 105px;
  border-bottom-right-radius: 105px;
}

.border-rounded-left-105 {
  border-top-left-radius: 105px;
  border-bottom-left-radius: 105px;
}

@media (min-width: 1024px) {
  .margin-top-lg-105 {
    margin-top: 105px;
  }

  .margin-bottom-lg-105 {
    margin-bottom: 105px;
  }
}
.pull-down-106 {
  margin-bottom: -106px;
}

.pull-up-106 {
  margin-top: -106px;
}

.round-106 .container {
  border-radius: 106px;
}

.border-rounded-right-106 {
  border-top-right-radius: 106px;
  border-bottom-right-radius: 106px;
}

.border-rounded-left-106 {
  border-top-left-radius: 106px;
  border-bottom-left-radius: 106px;
}

@media (min-width: 1024px) {
  .margin-top-lg-106 {
    margin-top: 106px;
  }

  .margin-bottom-lg-106 {
    margin-bottom: 106px;
  }
}
.pull-down-107 {
  margin-bottom: -107px;
}

.pull-up-107 {
  margin-top: -107px;
}

.round-107 .container {
  border-radius: 107px;
}

.border-rounded-right-107 {
  border-top-right-radius: 107px;
  border-bottom-right-radius: 107px;
}

.border-rounded-left-107 {
  border-top-left-radius: 107px;
  border-bottom-left-radius: 107px;
}

@media (min-width: 1024px) {
  .margin-top-lg-107 {
    margin-top: 107px;
  }

  .margin-bottom-lg-107 {
    margin-bottom: 107px;
  }
}
.pull-down-108 {
  margin-bottom: -108px;
}

.pull-up-108 {
  margin-top: -108px;
}

.round-108 .container {
  border-radius: 108px;
}

.border-rounded-right-108 {
  border-top-right-radius: 108px;
  border-bottom-right-radius: 108px;
}

.border-rounded-left-108 {
  border-top-left-radius: 108px;
  border-bottom-left-radius: 108px;
}

@media (min-width: 1024px) {
  .margin-top-lg-108 {
    margin-top: 108px;
  }

  .margin-bottom-lg-108 {
    margin-bottom: 108px;
  }
}
.pull-down-109 {
  margin-bottom: -109px;
}

.pull-up-109 {
  margin-top: -109px;
}

.round-109 .container {
  border-radius: 109px;
}

.border-rounded-right-109 {
  border-top-right-radius: 109px;
  border-bottom-right-radius: 109px;
}

.border-rounded-left-109 {
  border-top-left-radius: 109px;
  border-bottom-left-radius: 109px;
}

@media (min-width: 1024px) {
  .margin-top-lg-109 {
    margin-top: 109px;
  }

  .margin-bottom-lg-109 {
    margin-bottom: 109px;
  }
}
.pull-down-110 {
  margin-bottom: -110px;
}

.pull-up-110 {
  margin-top: -110px;
}

.round-110 .container {
  border-radius: 110px;
}

.border-rounded-right-110 {
  border-top-right-radius: 110px;
  border-bottom-right-radius: 110px;
}

.border-rounded-left-110 {
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
}

@media (min-width: 1024px) {
  .margin-top-lg-110 {
    margin-top: 110px;
  }

  .margin-bottom-lg-110 {
    margin-bottom: 110px;
  }
}
.pull-down-111 {
  margin-bottom: -111px;
}

.pull-up-111 {
  margin-top: -111px;
}

.round-111 .container {
  border-radius: 111px;
}

.border-rounded-right-111 {
  border-top-right-radius: 111px;
  border-bottom-right-radius: 111px;
}

.border-rounded-left-111 {
  border-top-left-radius: 111px;
  border-bottom-left-radius: 111px;
}

@media (min-width: 1024px) {
  .margin-top-lg-111 {
    margin-top: 111px;
  }

  .margin-bottom-lg-111 {
    margin-bottom: 111px;
  }
}
.pull-down-112 {
  margin-bottom: -112px;
}

.pull-up-112 {
  margin-top: -112px;
}

.round-112 .container {
  border-radius: 112px;
}

.border-rounded-right-112 {
  border-top-right-radius: 112px;
  border-bottom-right-radius: 112px;
}

.border-rounded-left-112 {
  border-top-left-radius: 112px;
  border-bottom-left-radius: 112px;
}

@media (min-width: 1024px) {
  .margin-top-lg-112 {
    margin-top: 112px;
  }

  .margin-bottom-lg-112 {
    margin-bottom: 112px;
  }
}
.pull-down-113 {
  margin-bottom: -113px;
}

.pull-up-113 {
  margin-top: -113px;
}

.round-113 .container {
  border-radius: 113px;
}

.border-rounded-right-113 {
  border-top-right-radius: 113px;
  border-bottom-right-radius: 113px;
}

.border-rounded-left-113 {
  border-top-left-radius: 113px;
  border-bottom-left-radius: 113px;
}

@media (min-width: 1024px) {
  .margin-top-lg-113 {
    margin-top: 113px;
  }

  .margin-bottom-lg-113 {
    margin-bottom: 113px;
  }
}
.pull-down-114 {
  margin-bottom: -114px;
}

.pull-up-114 {
  margin-top: -114px;
}

.round-114 .container {
  border-radius: 114px;
}

.border-rounded-right-114 {
  border-top-right-radius: 114px;
  border-bottom-right-radius: 114px;
}

.border-rounded-left-114 {
  border-top-left-radius: 114px;
  border-bottom-left-radius: 114px;
}

@media (min-width: 1024px) {
  .margin-top-lg-114 {
    margin-top: 114px;
  }

  .margin-bottom-lg-114 {
    margin-bottom: 114px;
  }
}
.pull-down-115 {
  margin-bottom: -115px;
}

.pull-up-115 {
  margin-top: -115px;
}

.round-115 .container {
  border-radius: 115px;
}

.border-rounded-right-115 {
  border-top-right-radius: 115px;
  border-bottom-right-radius: 115px;
}

.border-rounded-left-115 {
  border-top-left-radius: 115px;
  border-bottom-left-radius: 115px;
}

@media (min-width: 1024px) {
  .margin-top-lg-115 {
    margin-top: 115px;
  }

  .margin-bottom-lg-115 {
    margin-bottom: 115px;
  }
}
.pull-down-116 {
  margin-bottom: -116px;
}

.pull-up-116 {
  margin-top: -116px;
}

.round-116 .container {
  border-radius: 116px;
}

.border-rounded-right-116 {
  border-top-right-radius: 116px;
  border-bottom-right-radius: 116px;
}

.border-rounded-left-116 {
  border-top-left-radius: 116px;
  border-bottom-left-radius: 116px;
}

@media (min-width: 1024px) {
  .margin-top-lg-116 {
    margin-top: 116px;
  }

  .margin-bottom-lg-116 {
    margin-bottom: 116px;
  }
}
.pull-down-117 {
  margin-bottom: -117px;
}

.pull-up-117 {
  margin-top: -117px;
}

.round-117 .container {
  border-radius: 117px;
}

.border-rounded-right-117 {
  border-top-right-radius: 117px;
  border-bottom-right-radius: 117px;
}

.border-rounded-left-117 {
  border-top-left-radius: 117px;
  border-bottom-left-radius: 117px;
}

@media (min-width: 1024px) {
  .margin-top-lg-117 {
    margin-top: 117px;
  }

  .margin-bottom-lg-117 {
    margin-bottom: 117px;
  }
}
.pull-down-118 {
  margin-bottom: -118px;
}

.pull-up-118 {
  margin-top: -118px;
}

.round-118 .container {
  border-radius: 118px;
}

.border-rounded-right-118 {
  border-top-right-radius: 118px;
  border-bottom-right-radius: 118px;
}

.border-rounded-left-118 {
  border-top-left-radius: 118px;
  border-bottom-left-radius: 118px;
}

@media (min-width: 1024px) {
  .margin-top-lg-118 {
    margin-top: 118px;
  }

  .margin-bottom-lg-118 {
    margin-bottom: 118px;
  }
}
.pull-down-119 {
  margin-bottom: -119px;
}

.pull-up-119 {
  margin-top: -119px;
}

.round-119 .container {
  border-radius: 119px;
}

.border-rounded-right-119 {
  border-top-right-radius: 119px;
  border-bottom-right-radius: 119px;
}

.border-rounded-left-119 {
  border-top-left-radius: 119px;
  border-bottom-left-radius: 119px;
}

@media (min-width: 1024px) {
  .margin-top-lg-119 {
    margin-top: 119px;
  }

  .margin-bottom-lg-119 {
    margin-bottom: 119px;
  }
}
.pull-down-120 {
  margin-bottom: -120px;
}

.pull-up-120 {
  margin-top: -120px;
}

.round-120 .container {
  border-radius: 120px;
}

.border-rounded-right-120 {
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
}

.border-rounded-left-120 {
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
}

@media (min-width: 1024px) {
  .margin-top-lg-120 {
    margin-top: 120px;
  }

  .margin-bottom-lg-120 {
    margin-bottom: 120px;
  }
}
.pull-down-121 {
  margin-bottom: -121px;
}

.pull-up-121 {
  margin-top: -121px;
}

.round-121 .container {
  border-radius: 121px;
}

.border-rounded-right-121 {
  border-top-right-radius: 121px;
  border-bottom-right-radius: 121px;
}

.border-rounded-left-121 {
  border-top-left-radius: 121px;
  border-bottom-left-radius: 121px;
}

@media (min-width: 1024px) {
  .margin-top-lg-121 {
    margin-top: 121px;
  }

  .margin-bottom-lg-121 {
    margin-bottom: 121px;
  }
}
.pull-down-122 {
  margin-bottom: -122px;
}

.pull-up-122 {
  margin-top: -122px;
}

.round-122 .container {
  border-radius: 122px;
}

.border-rounded-right-122 {
  border-top-right-radius: 122px;
  border-bottom-right-radius: 122px;
}

.border-rounded-left-122 {
  border-top-left-radius: 122px;
  border-bottom-left-radius: 122px;
}

@media (min-width: 1024px) {
  .margin-top-lg-122 {
    margin-top: 122px;
  }

  .margin-bottom-lg-122 {
    margin-bottom: 122px;
  }
}
.pull-down-123 {
  margin-bottom: -123px;
}

.pull-up-123 {
  margin-top: -123px;
}

.round-123 .container {
  border-radius: 123px;
}

.border-rounded-right-123 {
  border-top-right-radius: 123px;
  border-bottom-right-radius: 123px;
}

.border-rounded-left-123 {
  border-top-left-radius: 123px;
  border-bottom-left-radius: 123px;
}

@media (min-width: 1024px) {
  .margin-top-lg-123 {
    margin-top: 123px;
  }

  .margin-bottom-lg-123 {
    margin-bottom: 123px;
  }
}
.pull-down-124 {
  margin-bottom: -124px;
}

.pull-up-124 {
  margin-top: -124px;
}

.round-124 .container {
  border-radius: 124px;
}

.border-rounded-right-124 {
  border-top-right-radius: 124px;
  border-bottom-right-radius: 124px;
}

.border-rounded-left-124 {
  border-top-left-radius: 124px;
  border-bottom-left-radius: 124px;
}

@media (min-width: 1024px) {
  .margin-top-lg-124 {
    margin-top: 124px;
  }

  .margin-bottom-lg-124 {
    margin-bottom: 124px;
  }
}
.pull-down-125 {
  margin-bottom: -125px;
}

.pull-up-125 {
  margin-top: -125px;
}

.round-125 .container {
  border-radius: 125px;
}

.border-rounded-right-125 {
  border-top-right-radius: 125px;
  border-bottom-right-radius: 125px;
}

.border-rounded-left-125 {
  border-top-left-radius: 125px;
  border-bottom-left-radius: 125px;
}

@media (min-width: 1024px) {
  .margin-top-lg-125 {
    margin-top: 125px;
  }

  .margin-bottom-lg-125 {
    margin-bottom: 125px;
  }
}
.pull-down-126 {
  margin-bottom: -126px;
}

.pull-up-126 {
  margin-top: -126px;
}

.round-126 .container {
  border-radius: 126px;
}

.border-rounded-right-126 {
  border-top-right-radius: 126px;
  border-bottom-right-radius: 126px;
}

.border-rounded-left-126 {
  border-top-left-radius: 126px;
  border-bottom-left-radius: 126px;
}

@media (min-width: 1024px) {
  .margin-top-lg-126 {
    margin-top: 126px;
  }

  .margin-bottom-lg-126 {
    margin-bottom: 126px;
  }
}
.pull-down-127 {
  margin-bottom: -127px;
}

.pull-up-127 {
  margin-top: -127px;
}

.round-127 .container {
  border-radius: 127px;
}

.border-rounded-right-127 {
  border-top-right-radius: 127px;
  border-bottom-right-radius: 127px;
}

.border-rounded-left-127 {
  border-top-left-radius: 127px;
  border-bottom-left-radius: 127px;
}

@media (min-width: 1024px) {
  .margin-top-lg-127 {
    margin-top: 127px;
  }

  .margin-bottom-lg-127 {
    margin-bottom: 127px;
  }
}
.pull-down-128 {
  margin-bottom: -128px;
}

.pull-up-128 {
  margin-top: -128px;
}

.round-128 .container {
  border-radius: 128px;
}

.border-rounded-right-128 {
  border-top-right-radius: 128px;
  border-bottom-right-radius: 128px;
}

.border-rounded-left-128 {
  border-top-left-radius: 128px;
  border-bottom-left-radius: 128px;
}

@media (min-width: 1024px) {
  .margin-top-lg-128 {
    margin-top: 128px;
  }

  .margin-bottom-lg-128 {
    margin-bottom: 128px;
  }
}
.pull-down-129 {
  margin-bottom: -129px;
}

.pull-up-129 {
  margin-top: -129px;
}

.round-129 .container {
  border-radius: 129px;
}

.border-rounded-right-129 {
  border-top-right-radius: 129px;
  border-bottom-right-radius: 129px;
}

.border-rounded-left-129 {
  border-top-left-radius: 129px;
  border-bottom-left-radius: 129px;
}

@media (min-width: 1024px) {
  .margin-top-lg-129 {
    margin-top: 129px;
  }

  .margin-bottom-lg-129 {
    margin-bottom: 129px;
  }
}
.pull-down-130 {
  margin-bottom: -130px;
}

.pull-up-130 {
  margin-top: -130px;
}

.round-130 .container {
  border-radius: 130px;
}

.border-rounded-right-130 {
  border-top-right-radius: 130px;
  border-bottom-right-radius: 130px;
}

.border-rounded-left-130 {
  border-top-left-radius: 130px;
  border-bottom-left-radius: 130px;
}

@media (min-width: 1024px) {
  .margin-top-lg-130 {
    margin-top: 130px;
  }

  .margin-bottom-lg-130 {
    margin-bottom: 130px;
  }
}
.pull-down-131 {
  margin-bottom: -131px;
}

.pull-up-131 {
  margin-top: -131px;
}

.round-131 .container {
  border-radius: 131px;
}

.border-rounded-right-131 {
  border-top-right-radius: 131px;
  border-bottom-right-radius: 131px;
}

.border-rounded-left-131 {
  border-top-left-radius: 131px;
  border-bottom-left-radius: 131px;
}

@media (min-width: 1024px) {
  .margin-top-lg-131 {
    margin-top: 131px;
  }

  .margin-bottom-lg-131 {
    margin-bottom: 131px;
  }
}
.pull-down-132 {
  margin-bottom: -132px;
}

.pull-up-132 {
  margin-top: -132px;
}

.round-132 .container {
  border-radius: 132px;
}

.border-rounded-right-132 {
  border-top-right-radius: 132px;
  border-bottom-right-radius: 132px;
}

.border-rounded-left-132 {
  border-top-left-radius: 132px;
  border-bottom-left-radius: 132px;
}

@media (min-width: 1024px) {
  .margin-top-lg-132 {
    margin-top: 132px;
  }

  .margin-bottom-lg-132 {
    margin-bottom: 132px;
  }
}
.pull-down-133 {
  margin-bottom: -133px;
}

.pull-up-133 {
  margin-top: -133px;
}

.round-133 .container {
  border-radius: 133px;
}

.border-rounded-right-133 {
  border-top-right-radius: 133px;
  border-bottom-right-radius: 133px;
}

.border-rounded-left-133 {
  border-top-left-radius: 133px;
  border-bottom-left-radius: 133px;
}

@media (min-width: 1024px) {
  .margin-top-lg-133 {
    margin-top: 133px;
  }

  .margin-bottom-lg-133 {
    margin-bottom: 133px;
  }
}
.pull-down-134 {
  margin-bottom: -134px;
}

.pull-up-134 {
  margin-top: -134px;
}

.round-134 .container {
  border-radius: 134px;
}

.border-rounded-right-134 {
  border-top-right-radius: 134px;
  border-bottom-right-radius: 134px;
}

.border-rounded-left-134 {
  border-top-left-radius: 134px;
  border-bottom-left-radius: 134px;
}

@media (min-width: 1024px) {
  .margin-top-lg-134 {
    margin-top: 134px;
  }

  .margin-bottom-lg-134 {
    margin-bottom: 134px;
  }
}
.pull-down-135 {
  margin-bottom: -135px;
}

.pull-up-135 {
  margin-top: -135px;
}

.round-135 .container {
  border-radius: 135px;
}

.border-rounded-right-135 {
  border-top-right-radius: 135px;
  border-bottom-right-radius: 135px;
}

.border-rounded-left-135 {
  border-top-left-radius: 135px;
  border-bottom-left-radius: 135px;
}

@media (min-width: 1024px) {
  .margin-top-lg-135 {
    margin-top: 135px;
  }

  .margin-bottom-lg-135 {
    margin-bottom: 135px;
  }
}
.pull-down-136 {
  margin-bottom: -136px;
}

.pull-up-136 {
  margin-top: -136px;
}

.round-136 .container {
  border-radius: 136px;
}

.border-rounded-right-136 {
  border-top-right-radius: 136px;
  border-bottom-right-radius: 136px;
}

.border-rounded-left-136 {
  border-top-left-radius: 136px;
  border-bottom-left-radius: 136px;
}

@media (min-width: 1024px) {
  .margin-top-lg-136 {
    margin-top: 136px;
  }

  .margin-bottom-lg-136 {
    margin-bottom: 136px;
  }
}
.pull-down-137 {
  margin-bottom: -137px;
}

.pull-up-137 {
  margin-top: -137px;
}

.round-137 .container {
  border-radius: 137px;
}

.border-rounded-right-137 {
  border-top-right-radius: 137px;
  border-bottom-right-radius: 137px;
}

.border-rounded-left-137 {
  border-top-left-radius: 137px;
  border-bottom-left-radius: 137px;
}

@media (min-width: 1024px) {
  .margin-top-lg-137 {
    margin-top: 137px;
  }

  .margin-bottom-lg-137 {
    margin-bottom: 137px;
  }
}
.pull-down-138 {
  margin-bottom: -138px;
}

.pull-up-138 {
  margin-top: -138px;
}

.round-138 .container {
  border-radius: 138px;
}

.border-rounded-right-138 {
  border-top-right-radius: 138px;
  border-bottom-right-radius: 138px;
}

.border-rounded-left-138 {
  border-top-left-radius: 138px;
  border-bottom-left-radius: 138px;
}

@media (min-width: 1024px) {
  .margin-top-lg-138 {
    margin-top: 138px;
  }

  .margin-bottom-lg-138 {
    margin-bottom: 138px;
  }
}
.pull-down-139 {
  margin-bottom: -139px;
}

.pull-up-139 {
  margin-top: -139px;
}

.round-139 .container {
  border-radius: 139px;
}

.border-rounded-right-139 {
  border-top-right-radius: 139px;
  border-bottom-right-radius: 139px;
}

.border-rounded-left-139 {
  border-top-left-radius: 139px;
  border-bottom-left-radius: 139px;
}

@media (min-width: 1024px) {
  .margin-top-lg-139 {
    margin-top: 139px;
  }

  .margin-bottom-lg-139 {
    margin-bottom: 139px;
  }
}
.pull-down-140 {
  margin-bottom: -140px;
}

.pull-up-140 {
  margin-top: -140px;
}

.round-140 .container {
  border-radius: 140px;
}

.border-rounded-right-140 {
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
}

.border-rounded-left-140 {
  border-top-left-radius: 140px;
  border-bottom-left-radius: 140px;
}

@media (min-width: 1024px) {
  .margin-top-lg-140 {
    margin-top: 140px;
  }

  .margin-bottom-lg-140 {
    margin-bottom: 140px;
  }
}
.pull-down-141 {
  margin-bottom: -141px;
}

.pull-up-141 {
  margin-top: -141px;
}

.round-141 .container {
  border-radius: 141px;
}

.border-rounded-right-141 {
  border-top-right-radius: 141px;
  border-bottom-right-radius: 141px;
}

.border-rounded-left-141 {
  border-top-left-radius: 141px;
  border-bottom-left-radius: 141px;
}

@media (min-width: 1024px) {
  .margin-top-lg-141 {
    margin-top: 141px;
  }

  .margin-bottom-lg-141 {
    margin-bottom: 141px;
  }
}
.pull-down-142 {
  margin-bottom: -142px;
}

.pull-up-142 {
  margin-top: -142px;
}

.round-142 .container {
  border-radius: 142px;
}

.border-rounded-right-142 {
  border-top-right-radius: 142px;
  border-bottom-right-radius: 142px;
}

.border-rounded-left-142 {
  border-top-left-radius: 142px;
  border-bottom-left-radius: 142px;
}

@media (min-width: 1024px) {
  .margin-top-lg-142 {
    margin-top: 142px;
  }

  .margin-bottom-lg-142 {
    margin-bottom: 142px;
  }
}
.pull-down-143 {
  margin-bottom: -143px;
}

.pull-up-143 {
  margin-top: -143px;
}

.round-143 .container {
  border-radius: 143px;
}

.border-rounded-right-143 {
  border-top-right-radius: 143px;
  border-bottom-right-radius: 143px;
}

.border-rounded-left-143 {
  border-top-left-radius: 143px;
  border-bottom-left-radius: 143px;
}

@media (min-width: 1024px) {
  .margin-top-lg-143 {
    margin-top: 143px;
  }

  .margin-bottom-lg-143 {
    margin-bottom: 143px;
  }
}
.pull-down-144 {
  margin-bottom: -144px;
}

.pull-up-144 {
  margin-top: -144px;
}

.round-144 .container {
  border-radius: 144px;
}

.border-rounded-right-144 {
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
}

.border-rounded-left-144 {
  border-top-left-radius: 144px;
  border-bottom-left-radius: 144px;
}

@media (min-width: 1024px) {
  .margin-top-lg-144 {
    margin-top: 144px;
  }

  .margin-bottom-lg-144 {
    margin-bottom: 144px;
  }
}
.pull-down-145 {
  margin-bottom: -145px;
}

.pull-up-145 {
  margin-top: -145px;
}

.round-145 .container {
  border-radius: 145px;
}

.border-rounded-right-145 {
  border-top-right-radius: 145px;
  border-bottom-right-radius: 145px;
}

.border-rounded-left-145 {
  border-top-left-radius: 145px;
  border-bottom-left-radius: 145px;
}

@media (min-width: 1024px) {
  .margin-top-lg-145 {
    margin-top: 145px;
  }

  .margin-bottom-lg-145 {
    margin-bottom: 145px;
  }
}
.pull-down-146 {
  margin-bottom: -146px;
}

.pull-up-146 {
  margin-top: -146px;
}

.round-146 .container {
  border-radius: 146px;
}

.border-rounded-right-146 {
  border-top-right-radius: 146px;
  border-bottom-right-radius: 146px;
}

.border-rounded-left-146 {
  border-top-left-radius: 146px;
  border-bottom-left-radius: 146px;
}

@media (min-width: 1024px) {
  .margin-top-lg-146 {
    margin-top: 146px;
  }

  .margin-bottom-lg-146 {
    margin-bottom: 146px;
  }
}
.pull-down-147 {
  margin-bottom: -147px;
}

.pull-up-147 {
  margin-top: -147px;
}

.round-147 .container {
  border-radius: 147px;
}

.border-rounded-right-147 {
  border-top-right-radius: 147px;
  border-bottom-right-radius: 147px;
}

.border-rounded-left-147 {
  border-top-left-radius: 147px;
  border-bottom-left-radius: 147px;
}

@media (min-width: 1024px) {
  .margin-top-lg-147 {
    margin-top: 147px;
  }

  .margin-bottom-lg-147 {
    margin-bottom: 147px;
  }
}
.pull-down-148 {
  margin-bottom: -148px;
}

.pull-up-148 {
  margin-top: -148px;
}

.round-148 .container {
  border-radius: 148px;
}

.border-rounded-right-148 {
  border-top-right-radius: 148px;
  border-bottom-right-radius: 148px;
}

.border-rounded-left-148 {
  border-top-left-radius: 148px;
  border-bottom-left-radius: 148px;
}

@media (min-width: 1024px) {
  .margin-top-lg-148 {
    margin-top: 148px;
  }

  .margin-bottom-lg-148 {
    margin-bottom: 148px;
  }
}
.pull-down-149 {
  margin-bottom: -149px;
}

.pull-up-149 {
  margin-top: -149px;
}

.round-149 .container {
  border-radius: 149px;
}

.border-rounded-right-149 {
  border-top-right-radius: 149px;
  border-bottom-right-radius: 149px;
}

.border-rounded-left-149 {
  border-top-left-radius: 149px;
  border-bottom-left-radius: 149px;
}

@media (min-width: 1024px) {
  .margin-top-lg-149 {
    margin-top: 149px;
  }

  .margin-bottom-lg-149 {
    margin-bottom: 149px;
  }
}
.pull-down-150 {
  margin-bottom: -150px;
}

.pull-up-150 {
  margin-top: -150px;
}

.round-150 .container {
  border-radius: 150px;
}

.border-rounded-right-150 {
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
}

.border-rounded-left-150 {
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
}

@media (min-width: 1024px) {
  .margin-top-lg-150 {
    margin-top: 150px;
  }

  .margin-bottom-lg-150 {
    margin-bottom: 150px;
  }
}
.pull-down-151 {
  margin-bottom: -151px;
}

.pull-up-151 {
  margin-top: -151px;
}

.round-151 .container {
  border-radius: 151px;
}

.border-rounded-right-151 {
  border-top-right-radius: 151px;
  border-bottom-right-radius: 151px;
}

.border-rounded-left-151 {
  border-top-left-radius: 151px;
  border-bottom-left-radius: 151px;
}

@media (min-width: 1024px) {
  .margin-top-lg-151 {
    margin-top: 151px;
  }

  .margin-bottom-lg-151 {
    margin-bottom: 151px;
  }
}
.pull-down-152 {
  margin-bottom: -152px;
}

.pull-up-152 {
  margin-top: -152px;
}

.round-152 .container {
  border-radius: 152px;
}

.border-rounded-right-152 {
  border-top-right-radius: 152px;
  border-bottom-right-radius: 152px;
}

.border-rounded-left-152 {
  border-top-left-radius: 152px;
  border-bottom-left-radius: 152px;
}

@media (min-width: 1024px) {
  .margin-top-lg-152 {
    margin-top: 152px;
  }

  .margin-bottom-lg-152 {
    margin-bottom: 152px;
  }
}
.pull-down-153 {
  margin-bottom: -153px;
}

.pull-up-153 {
  margin-top: -153px;
}

.round-153 .container {
  border-radius: 153px;
}

.border-rounded-right-153 {
  border-top-right-radius: 153px;
  border-bottom-right-radius: 153px;
}

.border-rounded-left-153 {
  border-top-left-radius: 153px;
  border-bottom-left-radius: 153px;
}

@media (min-width: 1024px) {
  .margin-top-lg-153 {
    margin-top: 153px;
  }

  .margin-bottom-lg-153 {
    margin-bottom: 153px;
  }
}
.pull-down-154 {
  margin-bottom: -154px;
}

.pull-up-154 {
  margin-top: -154px;
}

.round-154 .container {
  border-radius: 154px;
}

.border-rounded-right-154 {
  border-top-right-radius: 154px;
  border-bottom-right-radius: 154px;
}

.border-rounded-left-154 {
  border-top-left-radius: 154px;
  border-bottom-left-radius: 154px;
}

@media (min-width: 1024px) {
  .margin-top-lg-154 {
    margin-top: 154px;
  }

  .margin-bottom-lg-154 {
    margin-bottom: 154px;
  }
}
.pull-down-155 {
  margin-bottom: -155px;
}

.pull-up-155 {
  margin-top: -155px;
}

.round-155 .container {
  border-radius: 155px;
}

.border-rounded-right-155 {
  border-top-right-radius: 155px;
  border-bottom-right-radius: 155px;
}

.border-rounded-left-155 {
  border-top-left-radius: 155px;
  border-bottom-left-radius: 155px;
}

@media (min-width: 1024px) {
  .margin-top-lg-155 {
    margin-top: 155px;
  }

  .margin-bottom-lg-155 {
    margin-bottom: 155px;
  }
}
.pull-down-156 {
  margin-bottom: -156px;
}

.pull-up-156 {
  margin-top: -156px;
}

.round-156 .container {
  border-radius: 156px;
}

.border-rounded-right-156 {
  border-top-right-radius: 156px;
  border-bottom-right-radius: 156px;
}

.border-rounded-left-156 {
  border-top-left-radius: 156px;
  border-bottom-left-radius: 156px;
}

@media (min-width: 1024px) {
  .margin-top-lg-156 {
    margin-top: 156px;
  }

  .margin-bottom-lg-156 {
    margin-bottom: 156px;
  }
}
.pull-down-157 {
  margin-bottom: -157px;
}

.pull-up-157 {
  margin-top: -157px;
}

.round-157 .container {
  border-radius: 157px;
}

.border-rounded-right-157 {
  border-top-right-radius: 157px;
  border-bottom-right-radius: 157px;
}

.border-rounded-left-157 {
  border-top-left-radius: 157px;
  border-bottom-left-radius: 157px;
}

@media (min-width: 1024px) {
  .margin-top-lg-157 {
    margin-top: 157px;
  }

  .margin-bottom-lg-157 {
    margin-bottom: 157px;
  }
}
.pull-down-158 {
  margin-bottom: -158px;
}

.pull-up-158 {
  margin-top: -158px;
}

.round-158 .container {
  border-radius: 158px;
}

.border-rounded-right-158 {
  border-top-right-radius: 158px;
  border-bottom-right-radius: 158px;
}

.border-rounded-left-158 {
  border-top-left-radius: 158px;
  border-bottom-left-radius: 158px;
}

@media (min-width: 1024px) {
  .margin-top-lg-158 {
    margin-top: 158px;
  }

  .margin-bottom-lg-158 {
    margin-bottom: 158px;
  }
}
.pull-down-159 {
  margin-bottom: -159px;
}

.pull-up-159 {
  margin-top: -159px;
}

.round-159 .container {
  border-radius: 159px;
}

.border-rounded-right-159 {
  border-top-right-radius: 159px;
  border-bottom-right-radius: 159px;
}

.border-rounded-left-159 {
  border-top-left-radius: 159px;
  border-bottom-left-radius: 159px;
}

@media (min-width: 1024px) {
  .margin-top-lg-159 {
    margin-top: 159px;
  }

  .margin-bottom-lg-159 {
    margin-bottom: 159px;
  }
}
.pull-down-160 {
  margin-bottom: -160px;
}

.pull-up-160 {
  margin-top: -160px;
}

.round-160 .container {
  border-radius: 160px;
}

.border-rounded-right-160 {
  border-top-right-radius: 160px;
  border-bottom-right-radius: 160px;
}

.border-rounded-left-160 {
  border-top-left-radius: 160px;
  border-bottom-left-radius: 160px;
}

@media (min-width: 1024px) {
  .margin-top-lg-160 {
    margin-top: 160px;
  }

  .margin-bottom-lg-160 {
    margin-bottom: 160px;
  }
}
.pull-down-161 {
  margin-bottom: -161px;
}

.pull-up-161 {
  margin-top: -161px;
}

.round-161 .container {
  border-radius: 161px;
}

.border-rounded-right-161 {
  border-top-right-radius: 161px;
  border-bottom-right-radius: 161px;
}

.border-rounded-left-161 {
  border-top-left-radius: 161px;
  border-bottom-left-radius: 161px;
}

@media (min-width: 1024px) {
  .margin-top-lg-161 {
    margin-top: 161px;
  }

  .margin-bottom-lg-161 {
    margin-bottom: 161px;
  }
}
.pull-down-162 {
  margin-bottom: -162px;
}

.pull-up-162 {
  margin-top: -162px;
}

.round-162 .container {
  border-radius: 162px;
}

.border-rounded-right-162 {
  border-top-right-radius: 162px;
  border-bottom-right-radius: 162px;
}

.border-rounded-left-162 {
  border-top-left-radius: 162px;
  border-bottom-left-radius: 162px;
}

@media (min-width: 1024px) {
  .margin-top-lg-162 {
    margin-top: 162px;
  }

  .margin-bottom-lg-162 {
    margin-bottom: 162px;
  }
}
.pull-down-163 {
  margin-bottom: -163px;
}

.pull-up-163 {
  margin-top: -163px;
}

.round-163 .container {
  border-radius: 163px;
}

.border-rounded-right-163 {
  border-top-right-radius: 163px;
  border-bottom-right-radius: 163px;
}

.border-rounded-left-163 {
  border-top-left-radius: 163px;
  border-bottom-left-radius: 163px;
}

@media (min-width: 1024px) {
  .margin-top-lg-163 {
    margin-top: 163px;
  }

  .margin-bottom-lg-163 {
    margin-bottom: 163px;
  }
}
.pull-down-164 {
  margin-bottom: -164px;
}

.pull-up-164 {
  margin-top: -164px;
}

.round-164 .container {
  border-radius: 164px;
}

.border-rounded-right-164 {
  border-top-right-radius: 164px;
  border-bottom-right-radius: 164px;
}

.border-rounded-left-164 {
  border-top-left-radius: 164px;
  border-bottom-left-radius: 164px;
}

@media (min-width: 1024px) {
  .margin-top-lg-164 {
    margin-top: 164px;
  }

  .margin-bottom-lg-164 {
    margin-bottom: 164px;
  }
}
.pull-down-165 {
  margin-bottom: -165px;
}

.pull-up-165 {
  margin-top: -165px;
}

.round-165 .container {
  border-radius: 165px;
}

.border-rounded-right-165 {
  border-top-right-radius: 165px;
  border-bottom-right-radius: 165px;
}

.border-rounded-left-165 {
  border-top-left-radius: 165px;
  border-bottom-left-radius: 165px;
}

@media (min-width: 1024px) {
  .margin-top-lg-165 {
    margin-top: 165px;
  }

  .margin-bottom-lg-165 {
    margin-bottom: 165px;
  }
}
.pull-down-166 {
  margin-bottom: -166px;
}

.pull-up-166 {
  margin-top: -166px;
}

.round-166 .container {
  border-radius: 166px;
}

.border-rounded-right-166 {
  border-top-right-radius: 166px;
  border-bottom-right-radius: 166px;
}

.border-rounded-left-166 {
  border-top-left-radius: 166px;
  border-bottom-left-radius: 166px;
}

@media (min-width: 1024px) {
  .margin-top-lg-166 {
    margin-top: 166px;
  }

  .margin-bottom-lg-166 {
    margin-bottom: 166px;
  }
}
.pull-down-167 {
  margin-bottom: -167px;
}

.pull-up-167 {
  margin-top: -167px;
}

.round-167 .container {
  border-radius: 167px;
}

.border-rounded-right-167 {
  border-top-right-radius: 167px;
  border-bottom-right-radius: 167px;
}

.border-rounded-left-167 {
  border-top-left-radius: 167px;
  border-bottom-left-radius: 167px;
}

@media (min-width: 1024px) {
  .margin-top-lg-167 {
    margin-top: 167px;
  }

  .margin-bottom-lg-167 {
    margin-bottom: 167px;
  }
}
.pull-down-168 {
  margin-bottom: -168px;
}

.pull-up-168 {
  margin-top: -168px;
}

.round-168 .container {
  border-radius: 168px;
}

.border-rounded-right-168 {
  border-top-right-radius: 168px;
  border-bottom-right-radius: 168px;
}

.border-rounded-left-168 {
  border-top-left-radius: 168px;
  border-bottom-left-radius: 168px;
}

@media (min-width: 1024px) {
  .margin-top-lg-168 {
    margin-top: 168px;
  }

  .margin-bottom-lg-168 {
    margin-bottom: 168px;
  }
}
.pull-down-169 {
  margin-bottom: -169px;
}

.pull-up-169 {
  margin-top: -169px;
}

.round-169 .container {
  border-radius: 169px;
}

.border-rounded-right-169 {
  border-top-right-radius: 169px;
  border-bottom-right-radius: 169px;
}

.border-rounded-left-169 {
  border-top-left-radius: 169px;
  border-bottom-left-radius: 169px;
}

@media (min-width: 1024px) {
  .margin-top-lg-169 {
    margin-top: 169px;
  }

  .margin-bottom-lg-169 {
    margin-bottom: 169px;
  }
}
.pull-down-170 {
  margin-bottom: -170px;
}

.pull-up-170 {
  margin-top: -170px;
}

.round-170 .container {
  border-radius: 170px;
}

.border-rounded-right-170 {
  border-top-right-radius: 170px;
  border-bottom-right-radius: 170px;
}

.border-rounded-left-170 {
  border-top-left-radius: 170px;
  border-bottom-left-radius: 170px;
}

@media (min-width: 1024px) {
  .margin-top-lg-170 {
    margin-top: 170px;
  }

  .margin-bottom-lg-170 {
    margin-bottom: 170px;
  }
}
.pull-down-171 {
  margin-bottom: -171px;
}

.pull-up-171 {
  margin-top: -171px;
}

.round-171 .container {
  border-radius: 171px;
}

.border-rounded-right-171 {
  border-top-right-radius: 171px;
  border-bottom-right-radius: 171px;
}

.border-rounded-left-171 {
  border-top-left-radius: 171px;
  border-bottom-left-radius: 171px;
}

@media (min-width: 1024px) {
  .margin-top-lg-171 {
    margin-top: 171px;
  }

  .margin-bottom-lg-171 {
    margin-bottom: 171px;
  }
}
.pull-down-172 {
  margin-bottom: -172px;
}

.pull-up-172 {
  margin-top: -172px;
}

.round-172 .container {
  border-radius: 172px;
}

.border-rounded-right-172 {
  border-top-right-radius: 172px;
  border-bottom-right-radius: 172px;
}

.border-rounded-left-172 {
  border-top-left-radius: 172px;
  border-bottom-left-radius: 172px;
}

@media (min-width: 1024px) {
  .margin-top-lg-172 {
    margin-top: 172px;
  }

  .margin-bottom-lg-172 {
    margin-bottom: 172px;
  }
}
.pull-down-173 {
  margin-bottom: -173px;
}

.pull-up-173 {
  margin-top: -173px;
}

.round-173 .container {
  border-radius: 173px;
}

.border-rounded-right-173 {
  border-top-right-radius: 173px;
  border-bottom-right-radius: 173px;
}

.border-rounded-left-173 {
  border-top-left-radius: 173px;
  border-bottom-left-radius: 173px;
}

@media (min-width: 1024px) {
  .margin-top-lg-173 {
    margin-top: 173px;
  }

  .margin-bottom-lg-173 {
    margin-bottom: 173px;
  }
}
.pull-down-174 {
  margin-bottom: -174px;
}

.pull-up-174 {
  margin-top: -174px;
}

.round-174 .container {
  border-radius: 174px;
}

.border-rounded-right-174 {
  border-top-right-radius: 174px;
  border-bottom-right-radius: 174px;
}

.border-rounded-left-174 {
  border-top-left-radius: 174px;
  border-bottom-left-radius: 174px;
}

@media (min-width: 1024px) {
  .margin-top-lg-174 {
    margin-top: 174px;
  }

  .margin-bottom-lg-174 {
    margin-bottom: 174px;
  }
}
.pull-down-175 {
  margin-bottom: -175px;
}

.pull-up-175 {
  margin-top: -175px;
}

.round-175 .container {
  border-radius: 175px;
}

.border-rounded-right-175 {
  border-top-right-radius: 175px;
  border-bottom-right-radius: 175px;
}

.border-rounded-left-175 {
  border-top-left-radius: 175px;
  border-bottom-left-radius: 175px;
}

@media (min-width: 1024px) {
  .margin-top-lg-175 {
    margin-top: 175px;
  }

  .margin-bottom-lg-175 {
    margin-bottom: 175px;
  }
}
.pull-down-176 {
  margin-bottom: -176px;
}

.pull-up-176 {
  margin-top: -176px;
}

.round-176 .container {
  border-radius: 176px;
}

.border-rounded-right-176 {
  border-top-right-radius: 176px;
  border-bottom-right-radius: 176px;
}

.border-rounded-left-176 {
  border-top-left-radius: 176px;
  border-bottom-left-radius: 176px;
}

@media (min-width: 1024px) {
  .margin-top-lg-176 {
    margin-top: 176px;
  }

  .margin-bottom-lg-176 {
    margin-bottom: 176px;
  }
}
.pull-down-177 {
  margin-bottom: -177px;
}

.pull-up-177 {
  margin-top: -177px;
}

.round-177 .container {
  border-radius: 177px;
}

.border-rounded-right-177 {
  border-top-right-radius: 177px;
  border-bottom-right-radius: 177px;
}

.border-rounded-left-177 {
  border-top-left-radius: 177px;
  border-bottom-left-radius: 177px;
}

@media (min-width: 1024px) {
  .margin-top-lg-177 {
    margin-top: 177px;
  }

  .margin-bottom-lg-177 {
    margin-bottom: 177px;
  }
}
.pull-down-178 {
  margin-bottom: -178px;
}

.pull-up-178 {
  margin-top: -178px;
}

.round-178 .container {
  border-radius: 178px;
}

.border-rounded-right-178 {
  border-top-right-radius: 178px;
  border-bottom-right-radius: 178px;
}

.border-rounded-left-178 {
  border-top-left-radius: 178px;
  border-bottom-left-radius: 178px;
}

@media (min-width: 1024px) {
  .margin-top-lg-178 {
    margin-top: 178px;
  }

  .margin-bottom-lg-178 {
    margin-bottom: 178px;
  }
}
.pull-down-179 {
  margin-bottom: -179px;
}

.pull-up-179 {
  margin-top: -179px;
}

.round-179 .container {
  border-radius: 179px;
}

.border-rounded-right-179 {
  border-top-right-radius: 179px;
  border-bottom-right-radius: 179px;
}

.border-rounded-left-179 {
  border-top-left-radius: 179px;
  border-bottom-left-radius: 179px;
}

@media (min-width: 1024px) {
  .margin-top-lg-179 {
    margin-top: 179px;
  }

  .margin-bottom-lg-179 {
    margin-bottom: 179px;
  }
}
.pull-down-180 {
  margin-bottom: -180px;
}

.pull-up-180 {
  margin-top: -180px;
}

.round-180 .container {
  border-radius: 180px;
}

.border-rounded-right-180 {
  border-top-right-radius: 180px;
  border-bottom-right-radius: 180px;
}

.border-rounded-left-180 {
  border-top-left-radius: 180px;
  border-bottom-left-radius: 180px;
}

@media (min-width: 1024px) {
  .margin-top-lg-180 {
    margin-top: 180px;
  }

  .margin-bottom-lg-180 {
    margin-bottom: 180px;
  }
}
.pull-down-181 {
  margin-bottom: -181px;
}

.pull-up-181 {
  margin-top: -181px;
}

.round-181 .container {
  border-radius: 181px;
}

.border-rounded-right-181 {
  border-top-right-radius: 181px;
  border-bottom-right-radius: 181px;
}

.border-rounded-left-181 {
  border-top-left-radius: 181px;
  border-bottom-left-radius: 181px;
}

@media (min-width: 1024px) {
  .margin-top-lg-181 {
    margin-top: 181px;
  }

  .margin-bottom-lg-181 {
    margin-bottom: 181px;
  }
}
.pull-down-182 {
  margin-bottom: -182px;
}

.pull-up-182 {
  margin-top: -182px;
}

.round-182 .container {
  border-radius: 182px;
}

.border-rounded-right-182 {
  border-top-right-radius: 182px;
  border-bottom-right-radius: 182px;
}

.border-rounded-left-182 {
  border-top-left-radius: 182px;
  border-bottom-left-radius: 182px;
}

@media (min-width: 1024px) {
  .margin-top-lg-182 {
    margin-top: 182px;
  }

  .margin-bottom-lg-182 {
    margin-bottom: 182px;
  }
}
.pull-down-183 {
  margin-bottom: -183px;
}

.pull-up-183 {
  margin-top: -183px;
}

.round-183 .container {
  border-radius: 183px;
}

.border-rounded-right-183 {
  border-top-right-radius: 183px;
  border-bottom-right-radius: 183px;
}

.border-rounded-left-183 {
  border-top-left-radius: 183px;
  border-bottom-left-radius: 183px;
}

@media (min-width: 1024px) {
  .margin-top-lg-183 {
    margin-top: 183px;
  }

  .margin-bottom-lg-183 {
    margin-bottom: 183px;
  }
}
.pull-down-184 {
  margin-bottom: -184px;
}

.pull-up-184 {
  margin-top: -184px;
}

.round-184 .container {
  border-radius: 184px;
}

.border-rounded-right-184 {
  border-top-right-radius: 184px;
  border-bottom-right-radius: 184px;
}

.border-rounded-left-184 {
  border-top-left-radius: 184px;
  border-bottom-left-radius: 184px;
}

@media (min-width: 1024px) {
  .margin-top-lg-184 {
    margin-top: 184px;
  }

  .margin-bottom-lg-184 {
    margin-bottom: 184px;
  }
}
.pull-down-185 {
  margin-bottom: -185px;
}

.pull-up-185 {
  margin-top: -185px;
}

.round-185 .container {
  border-radius: 185px;
}

.border-rounded-right-185 {
  border-top-right-radius: 185px;
  border-bottom-right-radius: 185px;
}

.border-rounded-left-185 {
  border-top-left-radius: 185px;
  border-bottom-left-radius: 185px;
}

@media (min-width: 1024px) {
  .margin-top-lg-185 {
    margin-top: 185px;
  }

  .margin-bottom-lg-185 {
    margin-bottom: 185px;
  }
}
.pull-down-186 {
  margin-bottom: -186px;
}

.pull-up-186 {
  margin-top: -186px;
}

.round-186 .container {
  border-radius: 186px;
}

.border-rounded-right-186 {
  border-top-right-radius: 186px;
  border-bottom-right-radius: 186px;
}

.border-rounded-left-186 {
  border-top-left-radius: 186px;
  border-bottom-left-radius: 186px;
}

@media (min-width: 1024px) {
  .margin-top-lg-186 {
    margin-top: 186px;
  }

  .margin-bottom-lg-186 {
    margin-bottom: 186px;
  }
}
.pull-down-187 {
  margin-bottom: -187px;
}

.pull-up-187 {
  margin-top: -187px;
}

.round-187 .container {
  border-radius: 187px;
}

.border-rounded-right-187 {
  border-top-right-radius: 187px;
  border-bottom-right-radius: 187px;
}

.border-rounded-left-187 {
  border-top-left-radius: 187px;
  border-bottom-left-radius: 187px;
}

@media (min-width: 1024px) {
  .margin-top-lg-187 {
    margin-top: 187px;
  }

  .margin-bottom-lg-187 {
    margin-bottom: 187px;
  }
}
.pull-down-188 {
  margin-bottom: -188px;
}

.pull-up-188 {
  margin-top: -188px;
}

.round-188 .container {
  border-radius: 188px;
}

.border-rounded-right-188 {
  border-top-right-radius: 188px;
  border-bottom-right-radius: 188px;
}

.border-rounded-left-188 {
  border-top-left-radius: 188px;
  border-bottom-left-radius: 188px;
}

@media (min-width: 1024px) {
  .margin-top-lg-188 {
    margin-top: 188px;
  }

  .margin-bottom-lg-188 {
    margin-bottom: 188px;
  }
}
.pull-down-189 {
  margin-bottom: -189px;
}

.pull-up-189 {
  margin-top: -189px;
}

.round-189 .container {
  border-radius: 189px;
}

.border-rounded-right-189 {
  border-top-right-radius: 189px;
  border-bottom-right-radius: 189px;
}

.border-rounded-left-189 {
  border-top-left-radius: 189px;
  border-bottom-left-radius: 189px;
}

@media (min-width: 1024px) {
  .margin-top-lg-189 {
    margin-top: 189px;
  }

  .margin-bottom-lg-189 {
    margin-bottom: 189px;
  }
}
.pull-down-190 {
  margin-bottom: -190px;
}

.pull-up-190 {
  margin-top: -190px;
}

.round-190 .container {
  border-radius: 190px;
}

.border-rounded-right-190 {
  border-top-right-radius: 190px;
  border-bottom-right-radius: 190px;
}

.border-rounded-left-190 {
  border-top-left-radius: 190px;
  border-bottom-left-radius: 190px;
}

@media (min-width: 1024px) {
  .margin-top-lg-190 {
    margin-top: 190px;
  }

  .margin-bottom-lg-190 {
    margin-bottom: 190px;
  }
}
.pull-down-191 {
  margin-bottom: -191px;
}

.pull-up-191 {
  margin-top: -191px;
}

.round-191 .container {
  border-radius: 191px;
}

.border-rounded-right-191 {
  border-top-right-radius: 191px;
  border-bottom-right-radius: 191px;
}

.border-rounded-left-191 {
  border-top-left-radius: 191px;
  border-bottom-left-radius: 191px;
}

@media (min-width: 1024px) {
  .margin-top-lg-191 {
    margin-top: 191px;
  }

  .margin-bottom-lg-191 {
    margin-bottom: 191px;
  }
}
.pull-down-192 {
  margin-bottom: -192px;
}

.pull-up-192 {
  margin-top: -192px;
}

.round-192 .container {
  border-radius: 192px;
}

.border-rounded-right-192 {
  border-top-right-radius: 192px;
  border-bottom-right-radius: 192px;
}

.border-rounded-left-192 {
  border-top-left-radius: 192px;
  border-bottom-left-radius: 192px;
}

@media (min-width: 1024px) {
  .margin-top-lg-192 {
    margin-top: 192px;
  }

  .margin-bottom-lg-192 {
    margin-bottom: 192px;
  }
}
.pull-down-193 {
  margin-bottom: -193px;
}

.pull-up-193 {
  margin-top: -193px;
}

.round-193 .container {
  border-radius: 193px;
}

.border-rounded-right-193 {
  border-top-right-radius: 193px;
  border-bottom-right-radius: 193px;
}

.border-rounded-left-193 {
  border-top-left-radius: 193px;
  border-bottom-left-radius: 193px;
}

@media (min-width: 1024px) {
  .margin-top-lg-193 {
    margin-top: 193px;
  }

  .margin-bottom-lg-193 {
    margin-bottom: 193px;
  }
}
.pull-down-194 {
  margin-bottom: -194px;
}

.pull-up-194 {
  margin-top: -194px;
}

.round-194 .container {
  border-radius: 194px;
}

.border-rounded-right-194 {
  border-top-right-radius: 194px;
  border-bottom-right-radius: 194px;
}

.border-rounded-left-194 {
  border-top-left-radius: 194px;
  border-bottom-left-radius: 194px;
}

@media (min-width: 1024px) {
  .margin-top-lg-194 {
    margin-top: 194px;
  }

  .margin-bottom-lg-194 {
    margin-bottom: 194px;
  }
}
.pull-down-195 {
  margin-bottom: -195px;
}

.pull-up-195 {
  margin-top: -195px;
}

.round-195 .container {
  border-radius: 195px;
}

.border-rounded-right-195 {
  border-top-right-radius: 195px;
  border-bottom-right-radius: 195px;
}

.border-rounded-left-195 {
  border-top-left-radius: 195px;
  border-bottom-left-radius: 195px;
}

@media (min-width: 1024px) {
  .margin-top-lg-195 {
    margin-top: 195px;
  }

  .margin-bottom-lg-195 {
    margin-bottom: 195px;
  }
}
.pull-down-196 {
  margin-bottom: -196px;
}

.pull-up-196 {
  margin-top: -196px;
}

.round-196 .container {
  border-radius: 196px;
}

.border-rounded-right-196 {
  border-top-right-radius: 196px;
  border-bottom-right-radius: 196px;
}

.border-rounded-left-196 {
  border-top-left-radius: 196px;
  border-bottom-left-radius: 196px;
}

@media (min-width: 1024px) {
  .margin-top-lg-196 {
    margin-top: 196px;
  }

  .margin-bottom-lg-196 {
    margin-bottom: 196px;
  }
}
.pull-down-197 {
  margin-bottom: -197px;
}

.pull-up-197 {
  margin-top: -197px;
}

.round-197 .container {
  border-radius: 197px;
}

.border-rounded-right-197 {
  border-top-right-radius: 197px;
  border-bottom-right-radius: 197px;
}

.border-rounded-left-197 {
  border-top-left-radius: 197px;
  border-bottom-left-radius: 197px;
}

@media (min-width: 1024px) {
  .margin-top-lg-197 {
    margin-top: 197px;
  }

  .margin-bottom-lg-197 {
    margin-bottom: 197px;
  }
}
.pull-down-198 {
  margin-bottom: -198px;
}

.pull-up-198 {
  margin-top: -198px;
}

.round-198 .container {
  border-radius: 198px;
}

.border-rounded-right-198 {
  border-top-right-radius: 198px;
  border-bottom-right-radius: 198px;
}

.border-rounded-left-198 {
  border-top-left-radius: 198px;
  border-bottom-left-radius: 198px;
}

@media (min-width: 1024px) {
  .margin-top-lg-198 {
    margin-top: 198px;
  }

  .margin-bottom-lg-198 {
    margin-bottom: 198px;
  }
}
.pull-down-199 {
  margin-bottom: -199px;
}

.pull-up-199 {
  margin-top: -199px;
}

.round-199 .container {
  border-radius: 199px;
}

.border-rounded-right-199 {
  border-top-right-radius: 199px;
  border-bottom-right-radius: 199px;
}

.border-rounded-left-199 {
  border-top-left-radius: 199px;
  border-bottom-left-radius: 199px;
}

@media (min-width: 1024px) {
  .margin-top-lg-199 {
    margin-top: 199px;
  }

  .margin-bottom-lg-199 {
    margin-bottom: 199px;
  }
}
.pull-down-200 {
  margin-bottom: -200px;
}

.pull-up-200 {
  margin-top: -200px;
}

.round-200 .container {
  border-radius: 200px;
}

.border-rounded-right-200 {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}

.border-rounded-left-200 {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

@media (min-width: 1024px) {
  .margin-top-lg-200 {
    margin-top: 200px;
  }

  .margin-bottom-lg-200 {
    margin-bottom: 200px;
  }
}
.pull-up-container-50 > .container {
  margin-top: -50px;
  padding: 50px 15px;
  border-radius: 10px;
}

.pull-up-container-100 > .container {
  margin-top: -100px;
  padding: 50px 15px;
  border-radius: 10px;
}

.pull-up-row-100 > .container > .row {
  margin-top: -100px;
  background-color: #f8f8f8;
  padding: 50px 15px 0;
  border-radius: 10px;
}

.shadow-bottom {
  -webkit-box-shadow: 0 7px 20px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 20px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023px) {
  .align-left-tablet * {
    text-align: left !important;
  }
  .align-left-tablet hr {
    margin-left: 0 !important;
    text-align: left;
  }
}

.no-padding .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cn-button.bootstrap {
  padding: 10px 40px !important;
  text-transform: uppercase !important;
}

.br-long-title .block-reveal .top .title h2 {
  font-size: 60px;
}
@media (max-width: 1023px) {
  .br-long-title .block-reveal .top .title h2 {
    font-size: 40px;
  }
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
  transform: skewY(-5deg);
  transform-origin: 0 0;
}

.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
  bottom: 0;
  transform: skewY(5deg);
  transform-origin: 0 100%;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  transform: skewY(5deg);
  transform-origin: 100% 0;
}

.fade-in {
  animation: fadeIn ease 20s;
  -webkit-animation: fadeIn ease 20s;
  -moz-animation: fadeIn ease 20s;
  -o-animation: fadeIn ease 20s;
  -ms-animation: fadeIn ease 20s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  animation: custFadeOut ease 20s;
  -webkit-animation: custFadeOut ease 20s;
  -moz-animation: custFadeOut ease 20s;
  -o-animation: custFadeOut ease 20s;
  -ms-animation: custFadeOut ease 20s;
}

@keyframes custFadeOut {
  0% {
    opacity: 1;
    height: auto;
  }
  2% {
    opacity: 1;
    height: auto;
  }
  80% {
    height: 0;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-moz-keyframes custFadeOut {
  0% {
    opacity: 1;
    height: auto;
  }
  2% {
    opacity: 1;
    height: auto;
  }
  80% {
    height: 0;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-webkit-keyframes custFadeOut {
  0% {
    opacity: 1;
    height: auto;
  }
  2% {
    opacity: 1;
    height: auto;
  }
  80% {
    height: 0;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-o-keyframes custFadeOut {
  0% {
    opacity: 1;
    height: auto;
  }
  2% {
    opacity: 1;
    height: auto;
  }
  80% {
    height: 0;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-ms-keyframes custFadeOut {
  0% {
    opacity: 1;
    height: auto;
  }
  2% {
    opacity: 1;
    height: auto;
  }
  80% {
    height: 0;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@media (min-width: 1024px) {
  body.home .page-sub-panel h1, .wp-standard-content h1 {
    color: #fff;
    font-size: 90px;
  }
}

.page-sub-panel.newsletter h2 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 34px;
  color: #fff;
  line-height: 1;
}

a.btn.btn-outline-secondary.btn-lg {
  width: 100%;
  border-radius: 0;
  padding: 20px;
  max-width: 390px;
  position: relative;
  margin: 0 auto;
  text-transform: uppercase;
}
a.btn.btn-outline-secondary.btn-lg small {
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin-top: 10px;
}

body .btn-secondary {
  color: #fff;
  background-color: #444e5a;
  border-color: #444e5a;
}

body .btn-outline-secondary:hover {
  color: #fff;
  background-color: #444e5a;
  border-color: #444e5a;
}

body .btn-outline-secondary {
  color: #444e5a;
  border-color: #444e5a;
}

.page-container-push {
  z-index: 9;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -webkit-transform: scale(0.84) translateX(-93vw) translateZ(0) !important;
  transform: scale(0.84) translateX(-93vw) translateZ(0) !important;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transform: skew(15deg, 15deg);
}

#sidebar.active {
  visibility: visible;
  z-index: 0;
}

.page-sub-panel h1, .page-sub-panel h2, .page-sub-panel h3, .page-sub-panel h4, .page-sub-panel h5, .page-sub-panel h6, .wp-standard-content h1, .wp-standard-content h2, .wp-standard-content h3, .wp-standard-content h4, .wp-standard-content h5, .wp-standard-content h6 {
  margin-bottom: 20px;
}
.page-sub-panel p, .wp-standard-content p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
}
.page-sub-panel li, .wp-standard-content li {
  font-weight: 300;
}
@media (min-width: 1024px) {
  .page-sub-panel h1, .wp-standard-content h1 {
    font-size: 54px;
    letter-spacing: 0;
    line-height: 53px;
  }
  .page-sub-panel h2, .wp-standard-content h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #484f5b;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 40px;
  }
  .page-sub-panel p, .page-sub-panel li, .wp-standard-content p, .wp-standard-content li {
    font-style: normal;
    font-weight: normal;
  }
  .page-sub-panel p, .wp-standard-content p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .page-sub-panel h1, .wp-standard-content h1 {
    font-size: 41px;
    letter-spacing: 0;
    line-height: 40px;
  }
  .page-sub-panel h2, .wp-standard-content h2 {
    font-size: 36px;
    line-height: 51px;
  }
  .page-sub-panel p, .page-sub-panel li, .wp-standard-content p, .wp-standard-content li {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 640px) {
  .page-sub-panel h1, .wp-standard-content h1 {
    font-size: 41px;
    letter-spacing: 0;
    line-height: 40px;
  }
  .page-sub-panel h2, .wp-standard-content h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .page-sub-panel p, .page-sub-panel li, .wp-standard-content p, .wp-standard-content li {
    font-size: 16px;
    line-height: 24px;
  }
}

body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: normal;
}

.page-sub-panel.text-column img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.page-sub-panel.text-column img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.page-sub-panel.text-column img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
}
.page-sub-panel.text-column .alignright {
  float: right;
}
.page-sub-panel.text-column .alignleft {
  float: left;
}
.page-sub-panel.text-column .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.custom-accordion .card {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #CDD5DD;
}
.custom-accordion .card-header {
  border-radius: 0;
  background: transparent;
  border: none;
  padding: 0;
}
.custom-accordion .card-header h1, .custom-accordion .card-header h2, .custom-accordion .card-header h3, .custom-accordion .card-header h4 {
  color: #484f5b;
  margin-bottom: 0;
}
.custom-accordion .card-header h5 .btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  width: 100%;
  text-align: left;
  padding: 20px 16% 20px 0;
  display: inline-block;
  position: relative;
}
.custom-accordion .card-header h5 .btn span.down-icon {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.custom-accordion .card-header h5 .btn span.down-icon img {
  width: 30px;
  height: auto;
  transition: 0.40s;
  -webkit-transition: 0.40s;
  -moz-transition: 0.40s;
  -ms-transition: 0.40s;
  -o-transition: 0.40s;
}
.custom-accordion .card-header h5 .btn[aria-expanded="true"] span.down-icon img {
  transition: 0.40s;
  -webkit-transition: 0.40s;
  -moz-transition: 0.40s;
  -ms-transition: 0.40s;
  -o-transition: 0.40s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-accordion .collapse-body-wrap .card-body {
  padding: 0 0 20px;
}
.custom-accordion .custom-image-box {
  padding: 60px 0 0 40px;
}
@media (max-width: 1023px) {
  .custom-accordion .custom-image-box {
    padding: 40px 15px 0 15px;
  }
}
.custom-accordion .custom-image-box img {
  width: 100%;
  height: auto;
}

.page-sub-panel.custom-repeating-item .highlight-box {
  height: 100%;
}
.page-sub-panel.custom-repeating-item .title-section {
  margin-bottom: 50px;
}
.page-sub-panel.custom-repeating-item .repeater-wrap {
  padding: 40px;
}
@media (min-width: 1024px) {
  .page-sub-panel.custom-repeating-item .repeater-wrap {
    padding: 100px;
  }
}
.page-sub-panel.custom-repeating-item .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-sub-panel.custom-repeating-item .repeater-item.left-border {
  max-height: 145px;
  padding-bottom: 20px;
  border-left: 6px solid #A1B1C0;
  padding-left: 15px;
}
.page-sub-panel.custom-repeating-item.icon-left-text-right .repeater-item {
  margin-bottom: 40px;
}
.page-sub-panel.custom-repeating-item.icon-left-text-right .repeater-item .icon {
  width: 50px;
}
.page-sub-panel.custom-repeating-item.icon-left-text-right .repeater-item .icon img {
  max-width: 60px;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.page-sub-panel.custom-repeating-item.icon-left-text-right .repeater-item .text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .page-sub-panel.custom-repeating-item.icon-left-text-right .repeater-item-outer.col-lg-6:nth-child(4n+1) .text, .page-sub-panel.custom-repeating-item.icon-left-text-right .repeater-item-outer.col-lg-6:nth-child(4n+2) .text {
    color: #2E3341;
  }
  .page-sub-panel.custom-repeating-item.icon-left-text-right .repeater-item-outer.col-lg-6:nth-child(4n+3) .text, .page-sub-panel.custom-repeating-item.icon-left-text-right .repeater-item-outer.col-lg-6:nth-child(4n+4) .text {
    color: #6D87A1;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .page-sub-panel.custom-repeating-item.icon-left-text-right .repeater-item-outer.col-md-6:nth-child(4n+1) .text, .page-sub-panel.custom-repeating-item.icon-left-text-right .repeater-item-outer.col-md-6:nth-child(4n+2) .text {
    color: #2E3341;
  }
  .page-sub-panel.custom-repeating-item.icon-left-text-right .repeater-item-outer.col-md-6:nth-child(4n+3) .text, .page-sub-panel.custom-repeating-item.icon-left-text-right .repeater-item-outer.col-md-6:nth-child(4n+4) .text {
    color: #6D87A1;
  }
}
@media (max-width: 640px) {
  .page-sub-panel.custom-repeating-item.icon-left-text-right .repeater-item-outer:nth-child(odd) .text {
    color: #2E3341;
  }
  .page-sub-panel.custom-repeating-item.icon-left-text-right .repeater-item-outer:nth-child(even) .text {
    color: #6D87A1;
  }
}
.page-sub-panel.custom-repeating-item.icon-top-text-below .repeater-item {
  margin-bottom: 40px;
}
.page-sub-panel.custom-repeating-item.icon-top-text-below .repeater-item .icon img {
  display: block;
  height: auto;
  margin-bottom: 10px;
  text-align: left;
  max-height: 75px;
  width: auto !important;
}
.page-sub-panel.custom-repeating-item.icon-top-text-below .repeater-item .text {
  color: #183450;
  font-size: 14.4px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 17px;
  text-align: left;
  margin-top: 20px;
}
.page-sub-panel.custom-repeating-item.icon-top-text-below .repeater-item .text p {
  font-size: 16px;
  color: #5B6670;
}
.page-sub-panel.custom-repeating-item.icon-top-text-below .repeater-item .text h3, .page-sub-panel.custom-repeating-item.icon-top-text-below .repeater-item .text h4 {
  font-size: 18px;
  text-transform: uppercase;
}
.page-sub-panel.custom-repeating-item.icon-only .repeater-item .icon img {
  display: block;
  height: auto;
  left: 50%;
  margin-right: -50%;
  max-width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .page-sub-panel.custom-repeating-item.icon-only .repeater-item img {
    padding: 0 30px !important;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .page-sub-panel.custom-repeating-item.icon-only .repeater-item img {
    padding: 0 20px !important;
  }
}
@media (max-width: 640px) {
  .page-sub-panel.custom-repeating-item.icon-only .repeater-item img {
    padding: 0 20px !important;
  }
}
.page-sub-panel.custom-repeating-item.title-top-text-below .repeater-item {
  margin-bottom: 40px;
}
.page-sub-panel.custom-repeating-item.title-top-text-below .repeater-item h3.title {
  color: #6D87A1;
  text-align: left;
  margin-bottom: 0px;
}
.page-sub-panel.custom-repeating-item.title-top-text-below .repeater-item .text {
  color: #656363;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 22px;
  text-align: left;
}
@media (min-width: 1024px) {
  .page-sub-panel.custom-repeating-item.title-top-text-below .repeater-item h3.title {
    font-size: 72px;
    line-height: 86px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .page-sub-panel.custom-repeating-item.title-top-text-below .repeater-item h3.title {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 640px) {
  .page-sub-panel.custom-repeating-item.title-top-text-below .repeater-item h3.title {
    font-size: 48px;
    line-height: 60px;
  }
}

.custom-video {
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
  position: relative;
}
.custom-video .video-poster {
  width: 100%;
}
.custom-video .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.custom-video .video {
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  overflow: hidden !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
.custom-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-video video {
  position: relative;
  outline: none;
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
  margin-bottom: -10px;
}
.custom-video .poster-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
}
.custom-video .poster-overlay > img {
  min-width: 100%;
}
.custom-video .poster-overlay .play-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-video .poster-overlay .play-btn:hover {
  cursor: pointer;
  opacity: .8;
}
.custom-video .modal video {
  position: relative;
  outline: none;
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
  margin-bottom: -10px;
}

.custom-video-container .modal-body {
  padding: 0;
}
.custom-video-container .modal-content {
  background-color: transparent;
  border: none;
}
.custom-video-container .modal-header {
  border-bottom: none;
}
.custom-video-container .modal-header .close {
  position: absolute;
  z-index: 1;
  right: -40px;
  top: 0;
  font-size: 2.5rem;
  font-weight: 100;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.custom-video-container .modal-header .close:focus, .custom-video-container .modal-header .close:hover, .custom-video-container .modal-header .close:visited {
  outline: none;
}
@media (min-width: 1024px) {
  .custom-video-container .modal-lg, .custom-video-container .modal-xl {
    max-width: 1140px;
  }
}

.armour-slider .slick-list {
  width: 100%;
}
.armour-slider .slick-slide img {
  height: auto;
  max-width: 100%;
}

#custom-map {
  height: 600px;
}
@media (max-width: 1023px) {
  #custom-map {
    height: 700px;
  }
}

.custom-masonry-content {
  overflow: hidden;
}
.custom-masonry-content .custom-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.custom-masonry-content .grid-layout {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 280px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 641px) and (max-width: 1023px) {
  .custom-masonry-content .grid-layout {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  .custom-masonry-content .grid-layout {
    display: block;
  }
}
.custom-masonry-content .grid-item {
  position: relative;
  padding: 1rem;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #929796;
  background-color: #333;
  border-radius: 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
  background-size: 100%;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .custom-masonry-content .grid-item {
    min-height: 280px;
    display: block;
  }
}
.custom-masonry-content .grid-item h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 2.35909px;
}
.custom-masonry-content .grid-item h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.943636px;
  text-transform: uppercase;
}
.custom-masonry-content .grid-item h4 {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1.48286px;
}
.custom-masonry-content .grid-item p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.943636px;
}
.custom-masonry-content .grid-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-masonry-content .grid-item * {
  color: inherit;
}
.custom-masonry-content .grid-item .aligncenter {
  text-align: center;
}
.custom-masonry-content .grid-item .v-align-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.custom-masonry-content .grid-item .v-align-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.custom-masonry-content .grid-item .item-text-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.943636px;
}
.custom-masonry-content .grid-item .item-social-feed > div {
  overflow-y: auto !important;
}
.custom-masonry-content .grid-item .item-social-feed > div > iframe {
  overflow-y: scroll !important;
}
.custom-masonry-content .grid-item .item-video {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}
@media (max-width: 640px) {
  .custom-masonry-content .grid-item .item-video {
    display: contents;
  }
}
.custom-masonry-content .grid-item .item-video .play-icon {
  text-align: center;
  display: block;
}
.custom-masonry-content .grid-item .video-modal-container {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100vw !important;
  height: 100vh;
  z-index: 9999;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}
.custom-masonry-content .grid-item .video-modal-container .video-wrap {
  position: relative;
  max-width: 1000px;
  height: auto;
  margin: 10% auto;
}
.custom-masonry-content .grid-item .video-modal-container .video-wrap p {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.custom-masonry-content .grid-item .video-modal-container .video-wrap p iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-masonry-content .grid-item .video-modal-container span.close-modal-trigger {
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  position: absolute;
  top: -40px;
  right: -40px;
  border: solid 1px white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 5px 9px;
  cursor: pointer;
  line-height: 17px;
}
.custom-masonry-content .grid-item .video-modal-container span.close-modal-trigger:hover {
  background: #fff;
  color: #000;
}
.custom-masonry-content .grid-item .modal-active {
  visibility: visible;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}
.custom-masonry-content .grid-item .item-slider {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
@media (max-width: 640px) {
  .custom-masonry-content .grid-item .item-slider {
    margin-bottom: 0;
  }
}
.custom-masonry-content .grid-item .item-slider iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-masonry-content .grid-item .item-slider .slick-list {
  height: 100%;
}
.custom-masonry-content .grid-item .item-slider .slick-list .slick-track {
  height: 100%;
}
.custom-masonry-content .grid-item .item-slider .slick-list .slick-track .slick-slide > div {
  width: 100%;
  height: 100%;
}
.custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 50px 5%;
  height: 100%;
}
.custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide .slide-content {
  position: relative;
}
.custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide .slide-content h1, .custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide .slide-content h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 87px;
}
@media (max-width: 640px) {
  .custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide .slide-content h1, .custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide .slide-content h2 {
    font-size: -webkit-xxx-large;
    line-height: 57px;
  }
}
.custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide .slide-content h3, .custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide .slide-content h4, .custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide .slide-content h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 38px;
  text-transform: initial;
}
.custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide .slide-content .title-underlay {
  position: absolute;
  top: 26%;
  z-index: -1;
}
.custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide a.button, .custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide a {
  background: #fff;
  color: #000;
  padding: 8px 15px;
  font-weight: bold;
  float: left;
  max-width: 220px;
}
.custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide:focus, .custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide:active, .custom-masonry-content .grid-item .item-slider .slick-list .slick-track .custom-slide:visited {
  outline: none;
}
.custom-masonry-content .grid-item .item-slider ul.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: inline-block !important;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}
.custom-masonry-content .grid-item .item-slider ul.slick-dots li {
  width: auto;
  float: left;
  margin: 0 7px;
}
.custom-masonry-content .grid-item .item-slider .slick-prev:before {
  display: block;
  content: ' ';
  background-image: url("/wp-content/themes/y4cj/assets/svg/left.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
}
.custom-masonry-content .grid-item .item-slider .slick-next:before {
  display: block;
  content: ' ';
  background-image: url("/wp-content/themes/y4cj/assets/svg/right.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
}
.custom-masonry-content .grid-item .item-slider .slick-arrow {
  position: absolute;
  bottom: 24px;
  z-index: 1;
  font-size: 0;
  background: transparent;
  line-height: .5;
  padding: 4px;
  border: none;
}
.custom-masonry-content .grid-item .item-slider .slick-arrow:active, .custom-masonry-content .grid-item .item-slider .slick-arrow:hover, .custom-masonry-content .grid-item .item-slider .slick-arrow:visited, .custom-masonry-content .grid-item .item-slider .slick-arrow:focus {
  outline: none;
}
.custom-masonry-content .grid-item .item-slider .slick-prev {
  left: calc(50% - 90px);
  top: calc(100% - 45px);
}
.custom-masonry-content .grid-item .item-slider .slick-next {
  right: calc(50% - 90px);
  top: calc(100% - 45px);
}
.custom-masonry-content .grid-item .item-slider .slick-dots li.slick-active button:before, .custom-masonry-content .grid-item .item-slider .slick-dots li button:before {
  color: #FFF;
  opacity: 1;
  font-size: 0;
}
.custom-masonry-content .grid-item .item-slider .slick-dots li.slick-active button {
  background: #00BBB4;
}
.custom-masonry-content .grid-item .item-slider .slick-dots li.slick-active button:before {
  color: transparent;
  content: '';
}
.custom-masonry-content .grid-item .item-slider .slick-dots li button {
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.custom-masonry-content .grid-item .item-slider .slick-dots li button:active, .custom-masonry-content .grid-item .item-slider .slick-dots li button:hover, .custom-masonry-content .grid-item .item-slider .slick-dots li button:visited, .custom-masonry-content .grid-item .item-slider .slick-dots li button:focus {
  outline: none;
}
.custom-masonry-content .grid-item .item-slider .custom-slide .slide-content {
  width: max-content;
  padding: 20px;
}
.custom-masonry-content .grid-item .item-slider .custom-slide .h-position-center {
  float: none;
  position: relative;
  margin: 0 auto;
}
.custom-masonry-content .grid-item .item-slider .custom-slide .h-position-right {
  float: right;
  text-align: revert;
  left: 66%;
  transform: translateX(-80%);
}
.custom-masonry-content .grid-item .item-slider .custom-slide .v-position-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .custom-masonry-content .grid-item .item-slider .custom-slide .v-position-center {
    position: relative;
  }
}
.custom-masonry-content .grid-item .item-slider .custom-slide .v-position-bottom {
  position: absolute;
  top: 80%;
  transform: translateY(-80%);
}
@media (max-width: 640px) {
  .custom-masonry-content .grid-item .item-slider .custom-slide .v-position-bottom {
    position: relative;
    top: unset;
    transform: inherit;
  }
}
.custom-masonry-content .grid-item .v-align-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.custom-masonry-content .slider .video-modal-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100vw !important;
  height: 100vh;
  z-index: 9999;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  padding: 10% 20%;
}
.custom-masonry-content .slider .video-modal-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-masonry-content .slider .video-modal-container span.close-modal-trigger {
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  position: relative;
  top: -20px;
  left: 101%;
  border: solid 1px white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 5px 9px;
  cursor: pointer;
  line-height: 17px;
}
.custom-masonry-content .slider .video-wrap {
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  overflow: hidden !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
@media (max-width: 640px) {
  .custom-masonry-content .slider {
    max-width: 100vw;
    overflow: hidden;
  }
}
.custom-masonry-content a.grid-item {
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}
.custom-masonry-content a.grid-item:hover {
  opacity: .9;
}
.custom-masonry-content .grid-item-3 {
  overflow: scroll;
}
.custom-masonry-content .grid-item-0 {
  padding: 0 0 !important;
}

/*# sourceMappingURL=style.css.map */
