/**
 * Colours
 */
/**
 * Typography
 */
/**
 * Breakpoints
 */
/**
 * Grid
 */
/**
 * Components
 */
/**
 * Animations
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
* {
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .visible-sm {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}

/**
* Clearing and floating
*/
.alignleft,
.float-left {
  float: left;
}

.alignright,
.float-right {
  float: right;
}

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1088px;
  margin: 0 auto;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

@media screen and (max-width: 1280px) {
  .container {
    padding: 0 36px;
  }
}
/**
* Text aligments
*/
.align-text-left {
  text-align: left;
}

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

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

/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}

.visible-on-tablet {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .visible-on-desktop-tablet {
    display: none !important;
  }
}

/**
 * Accessibility
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hide {
  display: none !important;
}

.h1 {
  font-size: 120px;
  font-family: DM Serif Display;
  font-weight: 400;
  line-height: 120px;
  margin-bottom: 20px;
}

.h6 {
  font-size: 36px;
  line-height: 36px;
  font-family: Be Vietnam Pro;
  font-weight: 800;
}

.h3 {
  font-size: 50px;
  font-family: DM Serif Display;
  line-height: 50px;
}

h1 {
  font-size: 120px;
  line-height: 120px;
  font-family: DM Serif Display;
}

h2 {
  font-size: 80px;
  line-height: 80px;
  font-family: DM Serif Display;
}

h3 {
  font-size: 55px;
  font-family: DM Serif Display;
  line-height: 55px;
}

h4 {
  font-size: 45px;
  font-family: DM Serif Display;
  line-height: 45px;
}

@media screen and (max-width: 1280px) {
  .h1 {
    font-size: 90px;
    line-height: 90px;
  }

  .h3 {
    font-size: 40px;
    line-height: 48px;
  }

  .h6 {
    font-size: 30px;
    line-height: 30px;
  }

  h1 {
    font-size: 90px;
    line-height: 90px;
    font-family: DM Serif Display;
  }

  h2 {
    font-size: 60px;
    line-height: 60px;
    font-family: DM Serif Display;
  }

  h3 {
    font-size: 48px;
    line-height: 48px;
    font-family: DM Serif Display;
  }

  h4 {
    font-size: 36px;
    line-height: 36px;
    font-family: DM Serif Display;
  }
}
@media screen and (max-width: 768px) {
  .h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .h6 {
    font-size: 24px;
    line-height: 24px;
  }

  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  h2 {
    font-size: 48px;
    line-height: 48px;
  }

  h3 {
    font-size: 36px;
    line-height: 36px;
  }

  h4 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 48px;
    line-height: 48px;
  }

  h2 {
    font-size: 36px;
    line-height: 36px;
  }

  h3 {
    font-size: 28px;
    line-height: 28px;
  }

  h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  position: relative;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
hr:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

/**
 * Basic styles for links
 */
a[href^=tel] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit;
}

/**
 * Rules
 */
hr {
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

.site-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12px;
}
.site-banner div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-banner .orange {
  background-color: #ff4e00;
}
.site-banner .sky-blue {
  background-color: #2896d2;
}
.site-banner .green {
  background-color: #008777;
}
.site-banner .pink {
  background-color: #e1217c;
}
.site-banner .blue {
  background-color: #4f31f7;
}
.site-banner .violet {
  background-color: #5e00a0;
}
.site-banner .black {
  background-color: #050505;
}

header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
header .site-header-container {
  background-color: #f7f3f2;
  padding-top: 50px;
  padding-bottom: 31px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .site-header-container .site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header .site-header-container .site-branding .rocketmill-sitelogo {
  margin: auto;
}
header .site-header-container .rocketmill-sitenav #navbarSupportedContent {
  position: relative;
  padding-top: 24px;
}
header .site-header-container .rocketmill-sitenav nav {
  height: calc(100% - 12px);
  width: 0;
  position: fixed;
  z-index: 1;
  top: 12px;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 68px;
}
header .site-header-container .rocketmill-sitenav nav .menu-header-menu-container > ul {
  margin-left: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .site-header-container .rocketmill-sitenav nav .menu-header-menu-container > ul.custom-hide {
  margin-left: -411px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .site-header-container .rocketmill-sitenav nav .menu-header-menu-container > ul.custom-hide ul.visiable {
  display: block;
  visibility: visible;
  left: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .site-header-container .rocketmill-sitenav nav .back-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 28px;
  cursor: pointer;
  padding: 20px 0 20px 0px;
  font-family: Be Vietnam Pro;
}
header .site-header-container .rocketmill-sitenav nav .back-wrapper .arrow-left {
  height: 28px;
  margin-right: 24px;
}
header .site-header-container .rocketmill-sitenav nav li {
  padding: 16px 0px;
  text-decoration: none;
  font-size: 25px;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .site-header-container .rocketmill-sitenav nav li ul.sub-menu {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 411px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .site-header-container .rocketmill-sitenav nav li a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  min-width: 230px;
  position: relative;
  font-family: Be Vietnam Pro;
  white-space: nowrap;
}
header .site-header-container .rocketmill-sitenav nav li.menu-item-has-children > a::after {
  content: "";
  background-image: url("../images/right-arrow.svg");
  background-repeat: no-repeat;
  font-weight: bold;
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}
header .site-header-container .rocketmill-sitenav nav.mobile-nav-active {
  display: block;
  width: 411px;
  padding-left: 48px;
}
header .site-header-container .rocketmill-sitenav nav.mobile-nav-active li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .site-header-container .rocketmill-sitenav nav.mobile-nav-active .close-mobile-nav {
  margin-left: -2px;
}
header .site-header-container .rocketmill-sitenav .close-mobile-nav {
  cursor: pointer;
}
header .site-header-container .rocketmill-sitenav .close-mobile-nav img {
  height: 30px;
  width: 30px;
}
header .site-header-container .rocketmill-sitenav #nav-icon {
  position: absolute;
  top: 45%;
  left: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .site-header-container .rocketmill-sitenav .single-border {
  height: 4px;
  width: 25px;
  background: black;
}
header .site-header-container .rocketmill-sitenav .single-border:first-child {
  margin-bottom: 8px;
}
header .site-header-container.slim-padding {
  padding-top: 12px;
  padding-bottom: 4px;
  -webkit-box-shadow: 0px 0px 16px 2px #858585;
          box-shadow: 0px 0px 16px 2px #858585;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header #navbarSupportedContentDesktop {
  display: none;
}
@media screen and (max-width: 768px) {
  header .site-header-container {
    padding-bottom: 23px;
  }
  header .site-header-container .rocketmill-sitelogo .custom-logo {
    max-width: 115px;
  }
  header .site-header-container .rocketmill-sitenav nav.mobile-nav-active {
    width: 100vw;
  }
  header .site-header-container .rocketmill-sitenav #nav-icon {
    left: 19px;
  }
  header .site-header-container .rocketmill-sitenav nav {
    height: calc(100% - 8px);
    top: 8px;
  }
  header .site-header-container .rocketmill-sitenav nav .back-wrapper {
    font-size: 22px;
  }
  header .site-header-container .rocketmill-sitenav nav .back-wrapper .arrow-left {
    height: 22px;
  }
  header .site-header-container .rocketmill-sitenav nav li {
    padding: 12px 0px;
  }
  header .site-header-container .rocketmill-sitenav nav li ul.sub-menu {
    left: 100vw;
  }
  header .site-header-container .rocketmill-sitenav nav li a {
    font-size: 22px;
  }
  header .site-header-container .rocketmill-sitenav nav li.menu-item-has-children > a::after {
    content: "";
    background-size: 22px 22px;
    height: 22px;
  }
}

@media screen and (max-width: 768px) {
  .site-banner {
    height: 8px;
  }
}
@media screen and (min-width: 1024px) {
  header .site-header-container {
    padding-top: 31px;
    border-bottom: 1px solid #dddddd;
  }

  #nav-menu,
#nav-icon {
    display: none;
  }

  .rocketmill-sitelogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1240px;
  }
  .rocketmill-sitelogo .site-logo {
    padding-left: 20px;
  }
  .rocketmill-sitelogo .site-logo img {
    width: 148px;
  }
  .rocketmill-sitelogo #navbarSupportedContentDesktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rocketmill-sitelogo #menu-header-menu-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rocketmill-sitelogo #menu-header-menu-1 li.menu-item {
    margin: 0 17.5px 0 17.5px;
    position: relative;
    text-decoration: none;
    list-style-type: none;
  }
  .rocketmill-sitelogo #menu-header-menu-1 li.menu-item a {
    font-size: 18px;
    color: black;
    font-family: Be Vietnam Pro;
    text-decoration: none;
    padding-bottom: 20px;
  }
  .rocketmill-sitelogo #menu-header-menu-1 li.menu-item ul.sub-menu {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    background: white;
    border-top: 3px solid #ff4e00;
    padding: 20px 20px 8px 20px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .rocketmill-sitelogo #menu-header-menu-1 li.menu-item ul.sub-menu li {
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
  }
  .rocketmill-sitelogo #menu-header-menu-1 li.menu-item ul.sub-menu li a {
    padding-bottom: 0;
    white-space: nowrap;
  }
  .rocketmill-sitelogo #menu-header-menu-1 li.menu-item ul.sub-menu li:hover a {
    color: #ff4e00;
  }
  .rocketmill-sitelogo #menu-header-menu-1 > li.menu-item::after {
    background: none repeat scroll 0 0 transparent;
    bottom: -8px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #ff4e00;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .rocketmill-sitelogo #menu-header-menu-1 li.menu-item:hover:after {
    width: 100%;
    left: 0;
  }
  .rocketmill-sitelogo #menu-header-menu-1 li.menu-item.menu-item-has-children {
    padding: 0 17.5px 0 0;
    margin-right: 20px;
    margin-left: 17.5px;
    padding-left: 0;
  }
  .rocketmill-sitelogo #menu-header-menu-1 li.menu-item.menu-item-has-children::after {
    content: none;
  }
  .rocketmill-sitelogo #menu-header-menu-1 li.menu-item-has-children > a::after {
    content: "";
    background-image: url("../images/dropdown.svg");
    background-repeat: no-repeat;
    font-weight: bold;
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    display: block;
    position: absolute;
    right: -2px;
    top: 6px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
  .rocketmill-sitelogo #menu-header-menu-1 li.menu-item-has-children:hover > a::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
  .rocketmill-sitelogo #menu-header-menu-1 li.menu-item:hover ul.sub-menu {
    display: block;
  }
  .rocketmill-sitelogo #menu-header-menu-1 ul.sub-menu.sub-menu.sub-menu:hover {
    display: block;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .rocketmill-sitelogo #menu-header-menu-1 li.menu-item a {
    font-size: 16px;
  }

  .rocketmill-sitelogo #menu-header-menu-1 > li.menu-item::after {
    bottom: -11px;
  }
}
footer {
  background-color: #f7f3f2;
}
footer .container {
  padding: 40px 20px;
}
footer .container ul#menu-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .container ul#menu-footer-menu li {
  list-style-type: none;
  margin: 0 20px;
}
footer .container ul#menu-footer-menu li a {
  text-decoration: none;
  font-size: 22px;
  color: black;
  font-family: Be Vietnam Pro;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  footer .container ul#menu-footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container ul#menu-footer-menu li {
    margin: 20px 0px;
  }
  footer .container ul#menu-footer-menu li a {
    font-size: 18px;
  }
}
#home-banner {
  padding: 0px 0 75px 0;
  background-color: #f7f3f2;
}
#home-banner .section-content {
  text-align: center;
  padding: 0 20px;
}

body.home #home-banner {
  padding: 0 0 95px 0;
}

@media screen and (max-width: 768px) {
  #home-banner {
    padding: 0px 0 67px 0;
  }

  body.home #home-banner {
    padding: 0 0 67px 0;
  }

  .h1 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 0;
  }

  .h6 {
    padding-top: 15px;
  }
}
@media screen and (max-width: 360px) {
  .h1 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  body #home-banner#home-banner {
    padding-top: 60px;
  }
}
#home-hero-banner {
  position: relative;
}
#home-hero-banner .hero-video-wrapper {
  cursor: pointer;
}
#home-hero-banner .hero-video-wrapper video {
  width: 100%;
  height: auto;
}
#home-hero-banner .hero-container {
  color: white;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 960px;
  background-size: cover;
  padding: 40px 20px;
  position: relative;
}
#home-hero-banner .hero-container .cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home-hero-banner .hero-container .cta-wrapper {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-tap-highlight-color: transparent;
  border: 11px solid white;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  pointer-events: auto;
}
#home-hero-banner .hero-container .cta-wrapper a {
  padding: 20px 78px;
  font-size: 30px;
  color: white;
  outline: none;
  text-decoration: none;
  font-family: Be Vietnam Pro;
  font-weight: 800;
}
#home-hero-banner .hero-container .cta-wrapper:hover,
#home-hero-banner .hero-container .cta-wrapper:active {
  background-color: white;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#home-hero-banner .hero-container .cta-wrapper:hover a,
#home-hero-banner .hero-container .cta-wrapper:active a {
  color: black;
}
#home-hero-banner .hero-container .blog_category-wrapper {
  font-size: 28px;
  padding: 16px 43px 19px 43px;
  font-family: Be Vietnam Pro;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px auto;
}
#home-hero-banner .hero-container div,
#home-hero-banner .hero-container .title-wrapper {
  z-index: 9;
}
#home-hero-banner .hero-container .title-wrapper.h1 {
  font-size: 100px;
  padding: 0 20px;
  line-height: 100px;
  max-width: 1340px;
}
#home-hero-banner .hero-container .title-wrapper.h1 + div {
  margin-top: 32px;
}
#home-hero-banner .hero-container .h6 {
  padding: 0 28px;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  max-width: 1340px;
}
#home-hero-banner .hero-container .block-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#home-hero-banner .hero-container .block-img-wrapper img {
  max-width: 140px;
  margin: 0 4px;
}
#home-hero-banner .hero-container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
}

#home-hero-banner.cta_video .hero-container {
  display: none;
  top: -150px;
  bottom: auto;
  -webkit-transform: unset;
          transform: unset;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: top 0.5s ease-in, visibility 0.3s ease, opacity 0.3s ease;
  transition: top 0.5s ease-in, visibility 0.3s ease, opacity 0.3s ease;
}
#home-hero-banner.cta_video .hero-container .cta-wrapper {
  margin: auto;
}

#home-hero-banner.cta_video:hover .hero-container,
#home-hero-banner.cta_video:active .hero-container {
  visibility: visible;
  top: 50%;
  opacity: 1;
  -webkit-transition: top 0.5s ease, visibility 0.3s ease, opacity 0.3s ease;
  transition: top 0.5s ease, visibility 0.3s ease, opacity 0.3s ease;
}

@media screen and (max-width: 1280px) {
  #home-hero-banner .hero-container {
    min-height: 720px;
  }
  #home-hero-banner .hero-container .cta-wrapper {
    border: 8px solid white;
  }
  #home-hero-banner .hero-container .cta-wrapper a {
    padding: 16px 60px;
    font-size: 32px;
  }
  #home-hero-banner .hero-container .title-wrapper.h1 {
    font-size: 60px;
    line-height: 65px;
  }
  #home-hero-banner .hero-container .h6 {
    font-size: 28px;
    line-height: 36px;
  }
  #home-hero-banner .hero-container .block-img-wrapper img {
    max-height: 80px;
    max-width: 80px;
    margin: 0 4px;
  }
}
@media screen and (max-width: 768px) {
  #home-hero-banner .hero-container {
    min-height: auto;
    padding: 80px 20px;
  }
  #home-hero-banner .hero-container .cta-wrapper {
    border: 8px solid white;
  }
  #home-hero-banner .hero-container .cta-wrapper a {
    padding: 12px 44px;
    font-size: 22px;
  }
  #home-hero-banner .hero-container .h6 {
    font-size: 22px;
    line-height: 28px;
  }
  #home-hero-banner .hero-container .blog_category-wrapper {
    font-size: 17px;
    padding: 13px 22px;
  }
  #home-hero-banner .hero-container .title-wrapper.h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #home-hero-banner .hero-container .cta-wrapper {
    margin: initial;
  }
  #home-hero-banner .hero-container .block-img-wrapper {
    max-width: 250px;
  }
  #home-hero-banner .hero-container .block-img-wrapper img {
    max-height: 57px;
    max-width: 57px;
    margin: 2px;
  }
}
@media screen and (max-width: 375px) {
  #home-hero-banner .hero-container .title-wrapper.h1 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}
#home-body {
  padding-top: 130px;
  padding-bottom: 170px;
}
#home-body .title-wrapper {
  margin-bottom: 38px;
}
#home-body .title-wrapper .h1 {
  color: #ff4e00;
  margin-bottom: 0;
  line-height: 110px;
  font-size: 105px;
}
#home-body .title-wrapper .h1.with-subtitle {
  font-size: 80px;
  line-height: 100px;
}
#home-body .title-wrapper .h2 {
  color: #ff4e00;
  line-height: normal;
  font-size: 50px;
  line-height: 50px;
  font-family: DM Serif Display;
}
#home-body .home-description-container {
  font-size: 30px;
}
#home-body .home-description-container h2 {
  font-size: 70px;
  margin-bottom: 30px;
  font-family: DM Serif Display;
  font-weight: 400;
  line-height: 80px;
}
#home-body .home-description-container h2,
#home-body .home-description-container h3,
#home-body .home-description-container h4,
#home-body .home-description-container h5,
#home-body .home-description-container h6 {
  color: #ff4e00;
  margin-bottom: 16px;
  font-weight: 400;
}
#home-body .home-description-container p,
#home-body .home-description-container ul,
#home-body .home-description-container ol {
  font-size: 30px;
  margin-bottom: 40px !important;
  font-family: "Be Vietnam Pro";
}
#home-body .home-description-container ul li,
#home-body .home-description-container ol li {
  margin-left: 41px;
  padding-left: 30px;
  margin-bottom: 40px;
}
#home-body .home-description-container ul li::marker,
#home-body .home-description-container ol li::marker {
  color: #ff4e00;
  font-weight: bold;
}
#home-body .home-description-container ul::marker {
  width: 95px;
}
#home-body .home-description-container .wp-caption-text,
#home-body .home-description-container blockquote p,
#home-body .home-description-container figcaption {
  font-size: 30px;
  font-weight: 300;
  font-family: Be Vietnam Pro;
  text-align: center;
  color: #ff4e00;
  line-height: 38px;
}
#home-body .home-description-container p {
  color: black;
}
#home-body .home-description-container a {
  color: black;
}
#home-body .home-description-container a:hover {
  color: #ff4e00;
}
#home-body .home-description-container table {
  margin-bottom: 32px;
}
#home-body .home-description-container table th,
#home-body .home-description-container table td {
  text-align: left;
  padding: 15px;
  border: 1px solid;
  font-size: 20px;
  font-family: "Be Vietnam Pro";
}
#home-body .home-description-container .wp-caption {
  width: 100% !important;
  text-align: center;
}
#home-body .home-description-container img {
  text-align: center;
  display: block;
  margin: 16px auto;
}
#home-body .home-description-container iframe {
  width: 100% !important;
}
#home-body .home-description-container iframe {
  height: 47vw;
}
#home-body .home-description-container blockquote {
  margin-top: -40px;
}
#home-body .cta-wrapper-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 44px;
}
#home-body .cta-wrapper-container .cta-wrapper {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 11px solid black;
  font-size: 30px;
  font-weight: 800;
  font-family: Be Vietnam Pro;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  pointer-events: auto;
}
#home-body .cta-wrapper-container .cta-wrapper a {
  padding: 20px 32px;
  font-size: 30px;
  color: black;
  outline: none;
  text-decoration: none;
}
#home-body .cta-wrapper-container.collaspable-btn {
  cursor: pointer;
}
#home-body .cta-wrapper-container.collaspable-btn .cta-wrapper {
  padding: 20px 32px;
}
#home-body .cta-wrapper-container.collaspable-btn.read-less {
  margin-bottom: 130px;
}
#home-body .collaspable-icon {
  text-align: center;
  cursor: pointer;
}
#home-body .article-image-wrapper img {
  width: 100%;
  display: block;
}
#home-body .article-image-wrapper .media-bottom-border {
  position: relative;
  height: 13px;
  width: 100%;
  background-color: #ff4e00;
}
#home-body .article-image-wrapper .media-bottom-border::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 13px;
  background-color: #ff4e00;
  opacity: 0.2;
  top: -13px;
}
#home-body .article-image-wrapper .media-title {
  font-size: 28px;
  font-family: Be Vietnam Pro;
  text-align: center;
  color: #ff4e00;
  margin-top: 25px;
  font-weight: 300;
}
#home-body .section-content .collaspable-description {
  max-height: 10000px;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#home-body .section-content .collaspable-icon {
  visibility: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#home-body .section-content.hide-collaspable-content .collaspable-description {
  max-height: 0;
  visibility: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
#home-body .section-content.hide-collaspable-content .collaspable-icon {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (min-width: 1280px) {
  #home-body .cta-wrapper-container:hover .cta-wrapper,
#home-body .cta-wrapper-container:active:not(.read-less) .cta-wrapper {
    background-color: black;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    color: white;
  }
  #home-body .cta-wrapper-container:hover .cta-wrapper a,
#home-body .cta-wrapper-container:active:not(.read-less) .cta-wrapper a {
    color: white;
  }
}
@media screen and (max-width: 1280px) {
  #home-body {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  #home-body .home-description-container {
    font-size: 28px;
  }
  #home-body .home-description-container p {
    font-size: 28px;
  }
  #home-body .cta-wrapper-container:hover:not(.read-less) .cta-wrapper,
#home-body .cta-wrapper-container:active:not(.read-less) .cta-wrapper {
    background-color: black;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    color: white;
  }
  #home-body .cta-wrapper-container:hover:not(.read-less) .cta-wrapper a,
#home-body .cta-wrapper-container:active:not(.read-less) .cta-wrapper a {
    color: white;
  }
}
@media screen and (max-width: 768px) {
  #home-body {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  #home-body .title-wrapper .h1 {
    line-height: 46px;
    font-size: 46px;
  }
  #home-body .title-wrapper .h1.with-subtitle {
    font-size: 46px;
    line-height: 46px;
  }
  #home-body .title-wrapper .h2 {
    font-size: 28px;
    line-height: 28px;
  }
  #home-body .home-description-container {
    font-size: 22px;
  }
  #home-body .home-description-container h2 {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 19px;
  }
  #home-body .home-description-container p,
#home-body .home-description-container ul,
#home-body .home-description-container ol {
    font-size: 22px;
    margin-bottom: 30px !important;
  }
  #home-body .home-description-container ol li,
#home-body .home-description-container ul li {
    margin-left: 29px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  #home-body .home-description-container .wp-caption-text,
#home-body .home-description-container blockquote p,
#home-body .home-description-container figcaption {
    font-size: 22px;
    line-height: 28px;
  }
  #home-body .cta-wrapper-container {
    margin-top: 40px;
  }
  #home-body .cta-wrapper-container .cta-wrapper {
    border: 8px solid black;
    font-size: 22px;
  }
  #home-body .cta-wrapper-container .cta-wrapper a {
    padding: 10px 20px;
    font-size: 22px;
  }
  #home-body .cta-wrapper-container.collaspable-btn .cta-wrapper {
    padding: 10px 20px;
  }
  #home-body .cta-wrapper-container.collaspable-btn.read-less {
    margin-bottom: 63px;
  }
  #home-body .article-image-wrapper .media-title {
    font-size: 20px;
    margin-top: 16px;
  }
  #home-body .section-content .collaspable-description {
    max-height: 12000px;
  }
}
.testimonial-text {
  font-size: 40px;
}

@media screen and (max-width: 360px) {
  #home-body .home-description-container h2 {
    font-size: 34px;
  }
  #home-body .home-description-container ul li {
    margin-left: 25px;
    padding-left: 10px;
    margin-bottom: 32px;
  }
  #home-body .section-content .collaspable-description {
    max-height: 15000px;
  }
}
#say-hello-wrapper {
  background-color: black;
  text-align: center;
}
#say-hello-wrapper .say-hello-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 130px 20px;
}
#say-hello-wrapper .say-hello-container .h1 {
  line-height: normal;
  color: #ff4e00;
  font-size: 100px;
}
#say-hello-wrapper .say-hello-container .cta-wrapper {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  pointer-events: auto;
  border: 11px solid white;
  -webkit-tap-highlight-color: transparent;
}
#say-hello-wrapper .say-hello-container .cta-wrapper a {
  padding: 20px 32px;
  font-size: 30px;
  color: white;
  outline: none;
  text-decoration: none;
  font-family: Be Vietnam Pro;
  font-weight: 800;
}
#say-hello-wrapper .say-hello-container .cta-wrapper:hover,
#say-hello-wrapper .say-hello-container .cta-wrapper:active {
  background-color: white;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#say-hello-wrapper .say-hello-container .cta-wrapper:hover a,
#say-hello-wrapper .say-hello-container .cta-wrapper:active a {
  color: black;
}
#say-hello-wrapper .say-hello-container .description-wrapper p {
  color: white;
  font-size: 30px;
  font-family: Be Vietnam Pro;
  font-weight: 400;
}
#say-hello-wrapper .say-hello-container .description-wrapper p:first-child {
  margin-bottom: 81px;
}

@media screen and (max-width: 768px) {
  #say-hello-wrapper .say-hello-container {
    padding: 67px 20px 80px 20px;
  }
  #say-hello-wrapper .say-hello-container .h1 {
    font-size: 40px;
    padding-bottom: 27px;
  }
  #say-hello-wrapper .say-hello-container .cta-wrapper {
    border: 8px solid white;
  }
  #say-hello-wrapper .say-hello-container .cta-wrapper a {
    padding: 12px 25px;
    font-size: 22px;
  }
  #say-hello-wrapper .say-hello-container .description-wrapper p {
    font-size: 22px;
  }
  #say-hello-wrapper .say-hello-container .description-wrapper p:first-child {
    margin-bottom: 42px;
  }
}
#global-cards {
  padding: 117px 140px 110px 140px;
}
#global-cards .section-content .h1 {
  font-size: 105px;
  margin-bottom: 82px;
  color: #ff4e00;
  text-align: center;
  line-height: 105px;
}
#global-cards .section-content .cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -34px;
}
#global-cards .section-content .cards-container .card-wrapper {
  margin-left: 34px;
  margin-bottom: 34px;
  width: calc(33% - 30px);
  border: 13px solid #f7f3f2;
  padding: 53px 40px 80px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
#global-cards .section-content .cards-container .card-wrapper .card-title {
  font-size: 68px;
  font-family: DM Serif Display;
  margin-bottom: 33px;
  color: var(--card-color);
  line-height: 68px;
}
#global-cards .section-content .cards-container .card-wrapper .card-description {
  font-size: 30px;
  color: #000000;
  font-family: Be Vietnam Pro;
  padding-bottom: 65px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 38px;
}
#global-cards .section-content .cards-container .card-wrapper .card-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#global-cards .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper {
  padding: 20px 32px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 11px solid;
  border-color: var(--card-color);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}
#global-cards .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper a {
  font-size: 30px;
  color: var(--card-color);
  outline: none;
  text-decoration: none;
  font-family: Be Vietnam Pro;
  font-weight: 800;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
}
#global-cards .section-content .cards-container .card-wrapper:not(.collapsable-card):not(.no-hover) {
  cursor: pointer;
}
#global-cards .section-content .cards-container .card-wrapper.collapsable-card .card-title {
  font-size: 60px;
  line-height: 60px;
}
#global-cards .section-content .cards-container .card-wrapper.collapsable-card .card-description.card-collaspable-description {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 0;
}
#global-cards .section-content .cards-container .card-wrapper.collapsable-card .dropdown_wrapper {
  text-align: center;
}
#global-cards .section-content .cards-container .card-wrapper.collapsable-card .dropdown_wrapper svg {
  height: 30px;
  fill: var(--card-color);
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  cursor: pointer;
}
#global-cards .section-content .cards-container .card-wrapper.collapsable-card.show .card-description.card-collaspable-description {
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-bottom: 20px;
}
#global-cards .section-content .cards-container .card-wrapper.collapsable-card.show .card-collaspable-description + .dropdown_wrapper svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
#global-cards .section-content .cards-container .card-wrapper:hover:not(.no-hover),
#global-cards .section-content .cards-container .card-wrapper:active:not(.no-hover),
#global-cards .section-content .cards-container .card-wrapper:focus:not(.no-hover) {
  border-color: var(--card-color);
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  outline: none;
}
#global-cards .section-content .cards-container .card-wrapper:hover:not(.no-hover) .card-cta-container .card-cta-wrapper,
#global-cards .section-content .cards-container .card-wrapper:active:not(.no-hover) .card-cta-container .card-cta-wrapper,
#global-cards .section-content .cards-container .card-wrapper:focus:not(.no-hover) .card-cta-container .card-cta-wrapper {
  background-color: var(--card-color);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#global-cards .section-content .cards-container .card-wrapper:hover:not(.no-hover) .card-cta-container .card-cta-wrapper a,
#global-cards .section-content .cards-container .card-wrapper:active:not(.no-hover) .card-cta-container .card-cta-wrapper a,
#global-cards .section-content .cards-container .card-wrapper:focus:not(.no-hover) .card-cta-container .card-cta-wrapper a {
  color: #ffffff;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media screen and (max-width: 1800px) {
  #global-cards {
    padding: 80px 50px 80px 50px;
  }
  #global-cards .section-content .h1 {
    font-size: 80px;
    margin-bottom: 70px;
  }
  #global-cards .section-content .cards-container .card-wrapper {
    padding: 43px 30px 60px 30px;
  }
  #global-cards .section-content .cards-container .card-wrapper .card-title {
    font-size: 56px;
    margin-bottom: 33px;
    line-height: 56px;
  }
  #global-cards .section-content .cards-container .card-wrapper .card-description {
    padding-bottom: 65px;
  }
  #global-cards .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper {
    padding: 20px 32px;
  }
  #global-cards .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper a {
    font-size: 28px;
    line-height: 30px;
  }
  #global-cards .section-content .cards-container .card-wrapper.collapsable-card {
    padding: 35px 25px 32px 25px;
  }
  #global-cards .section-content .cards-container .card-wrapper.collapsable-card .card-title {
    font-size: 40px;
    line-height: 40px;
  }
  #global-cards .section-content .cards-container .card-wrapper.collapsable-card .card-description {
    font-size: 24px;
    line-height: 30px;
  }
  #global-cards .section-content .cards-container .card-wrapper.collapsable-card .dropdown_wrapper svg {
    height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #global-cards .section-content .cards-container .card-wrapper {
    width: calc(50% - 34px);
  }
  #global-cards .section-content .cards-container .card-wrapper.collapsable-card .card-title {
    font-size: 38px;
    line-height: 38px;
  }
}
@media screen and (max-width: 768px) {
  #global-cards {
    padding: 61px 37px 80px 37px;
  }
  #global-cards .section-content .h1 {
    font-size: 46px;
    margin-bottom: 60px;
  }
  #global-cards .section-content .cards-container .card-wrapper {
    width: 100%;
    border-width: 8px;
    padding: 38px 25px 47px 25px;
    margin-bottom: 25px;
  }
  #global-cards .section-content .cards-container .card-wrapper .card-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  #global-cards .section-content .cards-container .card-wrapper .card-description {
    font-size: 22px !important;
    line-height: 28px !important;
    padding-bottom: 35px;
  }
  #global-cards .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper {
    padding: 12px 30px;
    border-width: 8px;
  }
  #global-cards .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper a {
    font-size: 22px;
    text-align: center;
  }
  #global-cards .section-content .cards-container .card-wrapper.collapsable-card {
    padding: 35px 25px 32px 25px;
  }
  #global-cards .section-content .cards-container .card-wrapper.collapsable-card .card-title {
    font-size: 28px;
    line-height: 28px;
  }
  #global-cards .section-content .cards-container .card-wrapper.collapsable-card .dropdown_wrapper svg {
    height: 18px;
  }
}
#two-column-cards {
  padding: 140px;
}
#two-column-cards .cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -126px;
}
#two-column-cards .cards-container .card-wrapper {
  width: calc(50% - 126px);
  margin-left: 126px;
  margin-bottom: 126px;
  position: relative;
}
#two-column-cards .cards-container .card-wrapper .img-container {
  position: relative;
  width: 100%;
  display: block;
}
#two-column-cards .cards-container .card-wrapper .img-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#two-column-cards .cards-container .card-wrapper .img-container:hover .card-content-wrapper,
#two-column-cards .cards-container .card-wrapper .img-container:active .card-content-wrapper {
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-color: #050505;
}
#two-column-cards .cards-container .card-wrapper .img-container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#two-column-cards .cards-container .card-wrapper .card-content-wrapper {
  position: absolute;
  left: 55px;
  bottom: 62px;
  border: 13px solid #f7f3f2;
  padding: 28px;
  background-color: white;
  font-family: Be Vietnam Pro;
  width: 60%;
}
#two-column-cards .cards-container .card-wrapper .card-content-wrapper .card-title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #050505;
}
#two-column-cards .cards-container .card-wrapper .card-content-wrapper .card-subtitle {
  font-size: 30px;
  line-height: 38px;
  color: #050505;
}
#two-column-cards .load-more-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#two-column-cards .load-more-container .load-more-button {
  border: 13px solid;
  font-size: 30px;
  font-family: Be Vietnam Pro;
  font-weight: 800;
  padding: 20px;
  min-width: 284px;
  cursor: pointer;
  text-align: center;
}
#two-column-cards .load-more-container .load-more-button:hover,
#two-column-cards .load-more-container .load-more-button:active {
  background-color: black;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-color: black;
}

@media screen and (max-width: 1800px) {
  #two-column-cards {
    padding: 80px;
  }
  #two-column-cards .cards-container {
    margin-left: -80px;
  }
  #two-column-cards .cards-container .card-wrapper {
    width: calc(50% - 80px);
    margin-left: 80px;
    margin-bottom: 80px;
  }
  #two-column-cards .cards-container .card-wrapper .card-content-wrapper {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
  #two-column-cards .cards-container .card-wrapper .card-content-wrapper .card-title {
    font-size: 30px;
  }
  #two-column-cards .cards-container .card-wrapper .card-content-wrapper .card-subtitle {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #two-column-cards {
    padding: 80px 60px;
  }
  #two-column-cards .cards-container {
    margin-left: -60px;
  }
  #two-column-cards .cards-container .card-wrapper {
    margin-left: 60px;
    margin-bottom: 60px;
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 768px) {
  #two-column-cards {
    padding: 80px 37px;
  }
  #two-column-cards .cards-container .card-wrapper {
    width: 100%;
    margin-bottom: 36px;
  }
  #two-column-cards .cards-container .card-wrapper .card-content-wrapper {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 19px;
    width: calc(100% - 28px);
  }
  #two-column-cards .cards-container .card-wrapper .card-content-wrapper .card-title {
    font-size: 24px;
    margin-bottom: 4px;
  }
  #two-column-cards .cards-container .card-wrapper .card-content-wrapper .card-subtitle {
    font-size: 22px;
    line-height: 28px;
  }
  #two-column-cards .load-more-container {
    margin-top: 40px;
  }
  #two-column-cards .load-more-container .load-more-button {
    border: 8px solid;
    font-size: 22px;
    min-width: 200px;
    padding: 12px;
  }
}
@media screen and (max-width: 375px) {
  #two-column-cards .cards-container .card-wrapper .card-content-wrapper {
    border: 8px solid #f7f3f2;
    padding: 12px;
  }
  #two-column-cards .cards-container .card-wrapper .card-content-wrapper .card-title {
    font-size: 20px;
    line-height: 22px;
  }
  #two-column-cards .cards-container .card-wrapper .card-content-wrapper .card-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
#trophy-cabinet-wrapper {
  padding: 120px 10px 200px 10px;
}
#trophy-cabinet-wrapper .h1 {
  line-height: normal;
  color: #ff4e00;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  padding-bottom: 40px;
}
#trophy-cabinet-wrapper .trophys-container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 1500px;
  position: relative;
}
#trophy-cabinet-wrapper .trophys-container .wrapper .trophy-container {
  position: relative;
  width: auto;
  margin: auto;
}
#trophy-cabinet-wrapper .trophys-container .wrapper .trophy-container .custom-box-shadow {
  position: absolute;
  width: 200px;
  -webkit-box-shadow: 0px 0px 40px 4px;
          box-shadow: 0px 0px 40px 4px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateZ(180deg);
          transform: translateX(-50%) rotateZ(180deg);
  bottom: 43px;
  z-index: -1;
}
#trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper {
  height: 396px;
  width: 396px;
  padding: 20px;
  background-color: white;
  border: 13px solid #f7f3f2;
  border-radius: 50%;
  margin: 40px;
  z-index: 999;
}
#trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .img-container {
  margin: 0 auto;
  padding: 0;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .img-container img {
  height: auto;
  width: 100%;
  max-width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .title-wrapper {
  padding: 0px 52px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .title-wrapper .trophy-title {
  font-size: 36px;
  text-align: center;
  font-family: DM Serif Display;
  line-height: 38px;
}
#trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .title-wrapper .trophy-subtitle {
  font-size: 28px;
  font-family: Be Vietnam Pro;
  text-align: center;
}
#trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .troply-year {
  font-size: 32px;
  font-family: DM Serif Display;
  color: #ff4e00;
  padding: 10px 40px 10px 40px;
  text-align: center;
}
#trophy-cabinet-wrapper .wrapper:after {
  position: absolute;
  background-image: url(../images/Shelf-triple.png);
  bottom: -230px;
  height: 300px;
  z-index: -2;
  content: "";
  display: inline-block;
  width: 98vw;
  background-size: contain;
  background-size: 100% 120%;
  background-repeat: no-repeat;
  text-align: center;
}

@media screen and (max-width: 1800px) {
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper {
    height: 360px;
    width: 360px;
    padding: 20px;
    margin: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #trophy-cabinet-wrapper .trophys-container .wrapper {
    max-width: 1000px;
  }
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper {
    height: 314px;
    width: 314px;
    padding: 12px;
    margin: 20px;
  }
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .img-container img {
    max-width: 150px;
  }
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .title-wrapper {
    padding: 0px 20px;
  }
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .title-wrapper .trophy-title {
    font-size: 28px;
    text-align: center;
    font-family: DM Serif Display;
    line-height: 30px;
  }
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .title-wrapper .trophy-subtitle {
    font-size: 20px;
    font-family: Be Vietnam Pro;
    text-align: center;
  }
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .troply-year {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #trophy-cabinet-wrapper {
    padding: 50px 20px 80px 20px;
  }
  #trophy-cabinet-wrapper .h1 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 27px;
  }
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper {
    height: 70vw;
    width: 70vw;
    max-width: 340px;
    max-height: 340px;
    background-color: white;
    border: 8px solid #f7f3f2;
  }
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .img-container {
    margin: 0 auto;
    text-align: center;
  }
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .img-container img {
    max-width: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .title-wrapper {
    padding: 0px 20px;
  }
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .title-wrapper .trophy-title {
    font-size: 22px;
    line-height: 28px;
  }
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .title-wrapper .trophy-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .troply-year {
    font-size: 24px;
  }
  #trophy-cabinet-wrapper .wrapper:after {
    position: absolute;
    background-image: url(../images/Shelf-single.png);
    bottom: -195px;
    height: 250px;
    z-index: -2;
    content: "";
    display: inline-block;
    width: 100vw;
    background-size: contain;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .img-container img {
    max-height: 70px;
  }
  #trophy-cabinet-wrapper .trophys-container .wrapper .trophy-wrapper .trophy-content-wrapper .troply-year {
    font-size: 20px;
  }
  #trophy-cabinet-wrapper .wrapper:after {
    position: absolute;
    background-image: url(../images/Shelf-single.png);
    bottom: -195px;
    height: 250px;
    z-index: -2;
    content: "";
    display: inline-block;
    width: 100vw;
    background-size: contain;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
  }
}
#three-column-boxes-post {
  padding: 117px 140px 140px 140px;
}
#three-column-boxes-post .section-content .h1 {
  color: #ff4e00;
  margin-bottom: 0;
  line-height: 110px;
  font-size: 105px;
  text-align: center;
  padding-bottom: 86px;
}
#three-column-boxes-post .section-content .category-wrapper {
  max-width: 1256px;
  margin: auto;
  padding: 33px 20px 106px 20px;
}
#three-column-boxes-post .section-content .category-wrapper .categpry-wrapper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#three-column-boxes-post .section-content .category-wrapper .categpry-wrapper-list.visible-on-desktop-tablet {
  margin-left: -16px;
}
#three-column-boxes-post .section-content .category-wrapper .categpry-wrapper-list.visible-on-desktop-tablet .category-item {
  margin-left: 16px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#three-column-boxes-post .section-content .category-wrapper .category-item,
#three-column-boxes-post .section-content .category-wrapper .category-filter {
  font-size: 22px;
  font-family: Be Vietnam Pro;
  color: #050505;
  border: 13px solid #f7f3f2;
  width: 292px;
  text-align: center;
  padding: 13px 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
#three-column-boxes-post .section-content .category-wrapper .category-item .close-icon-wrapper,
#three-column-boxes-post .section-content .category-wrapper .category-filter .close-icon-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  height: 24px;
}
#three-column-boxes-post .section-content .category-wrapper .custom-category {
  text-decoration: none;
}
#three-column-boxes-post .section-content .category-wrapper .category-item.active {
  border-color: var(--card-color);
  background-color: var(--card-color);
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#three-column-boxes-post .section-content .category-wrapper .category-item.active .close-icon-wrapper {
  visibility: visible;
  opacity: 1;
}
#three-column-boxes-post .section-content .category-wrapper .category-item:hover {
  border-color: var(--card-color);
  background-color: var(--card-color);
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#three-column-boxes-post .section-content .category-wrapper .categpry-wrapper-list.visible-on-mobile .category-filter svg {
  top: 40%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#three-column-boxes-post .section-content .category-wrapper .categpry-wrapper-list.visible-on-mobile.show .category-filter svg {
  top: 40%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#three-column-boxes-post .section-content .category-wrapper .categpry-wrapper-list.visible-on-mobile.show .category-mobile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#three-column-boxes-post .section-content .category-wrapper .categpry-wrapper-list.visible-on-mobile.show .category-mobile-wrapper .category-item {
  font-size: 22px;
  margin-bottom: 16px;
}
#three-column-boxes-post .section-content .category-wrapper .category-mobile-wrapper {
  display: none;
  margin-top: 10px;
}
#three-column-boxes-post .section-content .cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -34px;
}
#three-column-boxes-post .section-content .cards-container .card-wrapper {
  margin-left: 34px;
  margin-bottom: 34px;
  width: calc(33.33% - 34px);
  border: 13px solid #f7f3f2;
  padding: 53px 40px 80px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  color: #050505;
}
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-categary {
  font-size: 30px;
  font-family: Be Vietnam Pro;
  font-weight: 800;
  margin-bottom: 16px;
  color: var(--card-color);
}
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-title {
  font-size: 66px;
  font-family: DM Serif Display;
  margin-bottom: 61px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 70px;
}
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-post-date,
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-job-description,
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-salary-range {
  font-size: 28px;
  margin-bottom: 47px;
  font-family: Be Vietnam Pro;
  color: black;
}
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-job-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-salary-range {
  font-weight: bold;
}
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper {
  padding: 0;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 11px solid #050505;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper a {
  padding: 20px 32px;
  font-size: 30px;
  outline: none;
  text-decoration: none;
  font-family: Be Vietnam Pro;
  font-weight: 800;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
  color: #050505;
}
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper:hover,
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper:active {
  background-color: #050505;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper:hover a,
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper:active a {
  color: white;
}
#three-column-boxes-post .section-content .cards-container .card-wrapper.job .card-title {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
#three-column-boxes-post .section-content .load-more-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#three-column-boxes-post .section-content .load-more-container .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 86px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -17px;
}
#three-column-boxes-post .section-content .load-more-container .pagination-wrapper .pagination-item {
  font-family: Be Vietnam Pro;
  font-size: 28px;
  border: 13px solid #f7f3f2;
  padding: 13px 27px;
  margin-left: 17px;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#three-column-boxes-post .section-content .load-more-container .pagination-wrapper .pagination-item.active,
#three-column-boxes-post .section-content .load-more-container .pagination-wrapper .pagination-item:hover {
  border-color: #050505;
}

@media screen and (max-width: 1800px) {
  #three-column-boxes-post {
    padding: 80px 50px 80px 50px;
  }
  #three-column-boxes-post .section-content .cards-container .card-wrapper {
    padding: 43px 30px 60px 30px;
  }
  #three-column-boxes-post .section-content .cards-container .card-wrapper .card-title {
    font-size: 56px;
    margin-bottom: 33px;
    line-height: 60px;
  }
  #three-column-boxes-post .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper a {
    padding: 20px 32px;
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #three-column-boxes-post .section-content .cards-container .card-wrapper {
    width: calc(50% - 34px);
  }
  #three-column-boxes-post .section-content .cards-container .card-wrapper .card-title {
    font-size: 40px;
    margin-bottom: 33px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #three-column-boxes-post {
    padding: 61px 37px 80px 37px;
  }
  #three-column-boxes-post .section-content .h1 {
    line-height: 60px;
    font-size: 46px;
    padding-bottom: 26px;
  }
  #three-column-boxes-post .section-content .category-wrapper {
    padding: 20px 0px 80px 0px;
  }
  #three-column-boxes-post .section-content .category-wrapper .category-filter {
    font-size: 22px;
    width: 100%;
    position: relative;
    border-width: 8px;
  }
  #three-column-boxes-post .section-content .category-wrapper .category-filter svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
  #three-column-boxes-post .section-content .category-wrapper .category-mobile-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #three-column-boxes-post .section-content .category-wrapper .category-mobile-wrapper .category-item {
    width: 100%;
    border-width: 8px;
  }
  #three-column-boxes-post .section-content .cards-container .card-wrapper {
    width: 100%;
    border-width: 8px;
    padding: 32px 25px 47px 25px;
    margin-bottom: 25px;
  }
  #three-column-boxes-post .section-content .cards-container .card-wrapper .card-title {
    font-size: 44px;
    margin-bottom: 16px;
    line-height: 46px;
  }
  #three-column-boxes-post .section-content .cards-container .card-wrapper .card-categary {
    font-size: 26px;
    margin-bottom: 8px;
  }
  #three-column-boxes-post .section-content .cards-container .card-wrapper .card-post-date,
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-job-description,
#three-column-boxes-post .section-content .cards-container .card-wrapper .card-salary-range {
    font-size: 22px;
    margin-bottom: 37px;
  }
  #three-column-boxes-post .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper {
    border-width: 8px;
  }
  #three-column-boxes-post .section-content .cards-container .card-wrapper .card-cta-container .card-cta-wrapper a {
    padding: 12px 30px;
    font-size: 22px;
    text-align: center;
  }
  #three-column-boxes-post .section-content .load-more-container .pagination-wrapper {
    padding-top: 55px;
    margin-left: -10px;
  }
  #three-column-boxes-post .section-content .load-more-container .pagination-wrapper .pagination-item {
    font-size: 22px;
    border: 8px solid #f7f3f2;
    padding: 12px 22px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.loader-1 {
  height: 64px;
  width: 64px;
  -webkit-animation: loader-1-1 4.8s linear infinite;
  animation: loader-1-1 4.8s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.loader-1.show {
  display: block;
}

@-webkit-keyframes loader-1-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader-1-1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loader-1 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 64px;
  width: 64px;
  clip: rect(0, 64px, 64px, 32px);
  -webkit-animation: loader-1-2 1.2s linear infinite;
  animation: loader-1-2 1.2s linear infinite;
}

@-webkit-keyframes loader-1-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@keyframes loader-1-2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}
.loader-1 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 64px;
  width: 64px;
  clip: rect(0, 64px, 64px, 32px);
  border: 6px solid #c21010;
  border-radius: 50%;
  -webkit-animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes loader-1-3 {
  0% {
    -webkit-transform: rotate(-140deg);
  }
  50% {
    -webkit-transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(140deg);
  }
}
@keyframes loader-1-3 {
  0% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}
#article-information .section-content {
  padding: 90px 20px 93px 20px;
}
#article-information .section-content .image-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#article-information .section-content .image-wrapper .img-container {
  position: relative;
}
#article-information .section-content .image-wrapper .img-container img {
  height: 260px;
  width: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
#article-information .section-content .image-wrapper .img-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 13px;
  width: 100%;
  background-color: #ff4e00;
  left: 0;
}
#article-information .section-content .image-wrapper .img-container::after {
  content: "";
  position: absolute;
  bottom: 13px;
  width: 100%;
  height: 13px;
  background-color: #ff4e00;
  opacity: 0.2;
  left: 0;
}
#article-information .section-content .image-wrapper .author-title {
  font-size: 30px;
  font-family: Be Vietnam Pro;
  margin-top: 16px;
  font-weight: 300;
  line-height: 38px;
}
#article-information .section-content .info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 58px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#article-information .section-content .info_wrapper .info-wrapper-list {
  text-align: center;
  min-width: 260px;
}
#article-information .section-content .info_wrapper .info-wrapper-list .info-title {
  font-size: 40px;
  font-family: "DM Serif Display";
  color: #ff4e00;
}
#article-information .section-content .info_wrapper .info-wrapper-list .info-subtitle {
  font-size: 28px;
  font-family: Be Vietnam Pro;
}

@media screen and (max-width: 768px) {
  #article-information .section-content {
    padding: 60px 20px 60px 20px;
  }
  #article-information .section-content .image-wrapper .img-container img {
    height: 245px;
    width: 245px;
  }
  #article-information .section-content .image-wrapper .img-container::before {
    height: 8px;
  }
  #article-information .section-content .image-wrapper .img-container::after {
    height: 8px;
    bottom: 8px;
  }
  #article-information .section-content .image-wrapper .author-title {
    font-size: 22px;
    line-height: 28px;
  }
  #article-information .section-content .info_wrapper {
    gap: 10px;
    margin-top: 35px;
  }
  #article-information .section-content .info_wrapper .info-wrapper-list {
    min-width: 172px;
  }
  #article-information .section-content .info_wrapper .info-wrapper-list .info-title {
    font-size: 28px;
  }
  #article-information .section-content .info_wrapper .info-wrapper-list .info-subtitle {
    font-size: 20px;
  }
}
#statements .section-content .statements-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -27px;
}
#statements .section-content .statements-wrapper .single-statement {
  margin-left: 27px;
  width: 345px;
  height: 345px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: white;
  padding: 32px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#statements .section-content .statements-wrapper .single-statement .statement-content {
  font-size: 30px;
  font-family: Be Vietnam Pro;
  font-weight: 400;
}
#statements .section-content .statements-wrapper .single-statement .h3.has-subheader {
  font-size: 80px;
  margin-bottom: 3px;
  line-height: 110px;
}
#statements .section-content .statements-wrapper .single-statement::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 13px;
  background: #e8e8e8;
}

#statements.padding-top {
  padding-top: 170px;
}

#statements.padding-bottom {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  #statements .section-content .statements-wrapper {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #statements .section-content .statements-wrapper .single-statement {
    margin-left: 0;
    margin-bottom: 20px;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  #statements .section-content .statements-wrapper .single-statement .statement-content {
    font-size: 20px;
  }
  #statements .section-content .statements-wrapper .single-statement .h3.has-subheader {
    font-size: 46px;
    line-height: 63px;
  }
  #statements .section-content .statements-wrapper .single-statement::before {
    height: 8px;
  }

  #statements.padding-top {
    padding-top: 80px;
  }

  #statements.padding-bottom {
    padding-bottom: 75px;
  }
}
#gravity_form {
  padding: 20px 0 142px 0;
  font-family: Be Vietnam Pro;
}
#gravity_form .gform_wrapper {
  margin: 0 auto;
}
#gravity_form .gform_wrapper .validation_error {
  display: none;
}
#gravity_form .gform_wrapper .gform_heading .gform_title {
  font-size: 105px;
  color: #ff4e00;
  font-family: DM Serif Display;
  margin-bottom: 34px;
  margin-top: 100px;
  line-height: 105px;
  font-weight: 400;
}
#gravity_form .gform_wrapper .gform_heading .gform_description {
  font-size: 30px;
  font-family: Be Vietnam Pro;
  color: #050505;
  margin-bottom: 78px;
  margin-right: 0;
  width: 100%;
}
#gravity_form .gform_wrapper form .gform_body ul li {
  padding-bottom: 50px;
  margin: 0;
}
#gravity_form .gform_wrapper form .gform_body ul li .gfield_description:not(.validation_message) {
  font-size: 30px;
  font-family: Be Vietnam Pro;
  color: #7e7c7c;
}
#gravity_form .gform_wrapper form .gform_body ul li .validation_message {
  font-size: 20px;
}
#gravity_form .gform_wrapper form .gform_body ul li .gfield_label {
  font-size: 30px;
  font-family: Be Vietnam Pro;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gravity_form .gform_wrapper form .gform_body ul li .gfield_label .gfield_required {
  color: #ff4e00;
}
#gravity_form .gform_wrapper form .gform_body ul li .ginput_container {
  margin-top: 20px;
}
#gravity_form .gform_wrapper form .gform_body ul li .ginput_container input:not([type=file]),
#gravity_form .gform_wrapper form .gform_body ul li .ginput_container textarea,
#gravity_form .gform_wrapper form .gform_body ul li .ginput_container select {
  outline: none;
  background-color: white;
  width: 100%;
  padding: 20px 35px;
  font-size: 30px;
  font-family: Be Vietnam Pro;
}
#gravity_form .gform_wrapper form .gform_body ul li .ginput_container textarea {
  height: 240px;
}
#gravity_form .gform_wrapper form .gform_body ul li .ginput_container input[type=file] {
  font-size: 30px;
  font-family: Be Vietnam Pro;
  width: 100%;
}
#gravity_form .gform_wrapper form .gform_body ul li .ginput_container input[type=file]::-webkit-file-upload-button {
  padding: 20px 40px;
  margin: 0 35px 0 0;
}
#gravity_form .gform_wrapper form .gform_body ul li .ginput_container select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" height="24" width="24" viewBox="0 0 517.8 306.6" style="enable-background:new 0 0 517.8 306.6;" xml:space="preserve"> <g><path d="M258.9,306.6l-249-249C-3.3,44.5-3.3,23.1,9.9,9.9c13.2-13.2,34.6-13.2,47.8,0l201.2,201.2L460.1,9.9 c13.2-13.2,34.6-13.2,47.8,0c13.2,13.2,13.2,34.6,0,47.8L258.9,306.6z"/> </g></svg>');
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 50%;
}
#gravity_form .gform_wrapper .gform_footer {
  text-align: center;
}
#gravity_form .gform_wrapper .gform_footer input.gform_button {
  font-size: 30px;
  font-family: Be Vietnam Pro;
  color: #050505;
  border: 13px solid #050505;
  padding: 20px;
  width: 330px;
  font-weight: 800;
  background-color: transparent;
  cursor: pointer;
}
#gravity_form .gform_wrapper .gform_footer input.gform_button:hover,
#gravity_form .gform_wrapper .gform_footer input.gform_button:active {
  color: white;
  background-color: black;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#gravity_form .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  border: 0;
}
#gravity_form .gform_wrapper .gfield_error .gfield_label,
#gravity_form .gform_wrapper .validation_message {
  color: #ff4e00;
}
#gravity_form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#gravity_form .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ff4e00;
}
#gravity_form .ginput_preview {
  font-size: 30px;
}
#gravity_form .gform_confirmation_wrapper {
  font-size: 30px;
}
#gravity_form .gform_confirmation_wrapper h3 {
  color: #ff4e00;
  font-weight: 400;
}
#gravity_form .ginput_container.ginput_container_select select {
  color: #757575;
}
#gravity_form .ginput_container.ginput_container_select option {
  color: black;
}

@media screen and (max-width: 768px) {
  #gravity_form {
    padding: 20px 0 90px 0;
  }
  #gravity_form .gform_wrapper {
    margin: 0 auto;
  }
  #gravity_form .gform_wrapper .gform_heading .gform_title {
    font-size: 46px;
    margin-bottom: 21px;
    line-height: 46px;
    margin-top: 30px;
  }
  #gravity_form .gform_wrapper .gform_heading .gform_description {
    font-size: 22px;
    margin-bottom: 48px;
  }
  #gravity_form .gform_wrapper form .gform_body ul li {
    padding-bottom: 40px;
  }
  #gravity_form .gform_wrapper form .gform_body ul li .gfield_description:not(.validation_message) {
    font-size: 22px;
  }
  #gravity_form .gform_wrapper form .gform_body ul li .validation_message {
    font-size: 16px;
  }
  #gravity_form .gform_wrapper form .gform_body ul li .gfield_label {
    font-size: 22px;
  }
  #gravity_form .gform_wrapper form .gform_body ul li .ginput_container {
    margin-top: 14px;
  }
  #gravity_form .gform_wrapper form .gform_body ul li .ginput_container input:not([type=file]),
#gravity_form .gform_wrapper form .gform_body ul li .ginput_container textarea,
#gravity_form .gform_wrapper form .gform_body ul li .ginput_container select {
    padding: 14px 23px;
    font-size: 22px;
    background-position-x: 95%;
    background-size: 15px;
  }
  #gravity_form .gform_wrapper form .gform_body ul li .ginput_container input[type=file] {
    font-size: 16px;
  }
  #gravity_form .gform_wrapper form .gform_body ul li .ginput_container input[type=file]::-webkit-file-upload-button {
    padding: 14px 28px;
    margin: 0 25px 0 0;
  }
  #gravity_form .gform_wrapper .gform_footer input.gform_button {
    font-size: 22px;
    border: 8px solid #050505;
    padding: 12px;
    width: 197px;
    min-height: 60px;
  }
  #gravity_form .ginput_preview {
    font-size: 22px;
  }
  #gravity_form .gform_confirmation_wrapper {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  #gravity_form .gform_wrapper .gform_heading .gform_description {
    font-size: 22px;
    margin-bottom: 48px;
  }
  #gravity_form .gform_wrapper form .gform_body ul li .gfield_description:not(.validation_message) {
    font-size: 16px;
  }
  #gravity_form .gform_wrapper form .gform_body ul li .validation_message {
    font-size: 14px;
  }
  #gravity_form .gform_wrapper form .gform_body ul li .ginput_container input:not([type=file]),
#gravity_form .gform_wrapper form .gform_body ul li .ginput_container textarea,
#gravity_form .gform_wrapper form .gform_body ul li .ginput_container select {
    padding: 14px 16px;
    font-size: 16px;
  }
  #gravity_form .gform_wrapper form .gform_body ul li .ginput_container input[type=file] {
    font-size: 14px;
  }
}
.page-not-found-wrapper h1 {
  color: #ff4e00;
  margin-bottom: 40px;
}
.page-not-found-wrapper .h6 a {
  color: black;
}
.page-not-found-wrapper .h6 a:hover {
  color: #ff4e00;
}

.home-page-container.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-page-container.post #home-banner,
.home-page-container.post #home-hero-banner {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}