body {
    background-color: #ec1c2d;
    font-family: 'Century Gothic Pro', sans-serif !important;
    color: #5d5359 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
  }
  
  h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Century Gothic Pro', sans-serif;
    color: #5d5359;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Century Gothic Pro', sans-serif;
    color: #5d5359;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  h2.is--page-title,
  h2.c-cta__text {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Century Gothic Pro', sans-serif;
    color: #5d5359;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase !important;
  }
  
  h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #5d5359;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #5d5359;
    font-size: 20px !important;
    line-height: 1.4;
    font-weight: 700;
  }
  
  h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
  }
  
  p {
    margin-bottom: 20px;
    font-family: 'Century Gothic Pro', sans-serif;
    color: #5d5359 !important;
    font-size: 16px !important;
    font-weight: 400;
  }
  
  a {
    -webkit-transition: border 200ms ease, background-color 200ms ease;
    transition: border 200ms ease, background-color 200ms ease;
    color: #ec1c2d;
    text-decoration: none;
  }
  
  li {
    margin-bottom: 10px;
  }
  
  img {
    display: inline-block;
    max-width: 100%;
  }
  
  label {
    display: block;
    margin-bottom: 0px;
  }
  
  strong {
    font-family: 'Century Gothic Pro Bold', sans-serif;
    font-weight: 700;
  }
  
  blockquote {
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    padding: 10px 20px;
    border-left: 5px solid #ec1c2d;
    font-family: 'Century Gothic Pro', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
  }
  
  .st-l-container {
    width: 90%;
    max-width: 1200px;
    min-width: 940px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .st-l-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  
  .is--underline {
    border-bottom: 5px solid #ec1c2d;
  }
  
  .is--intro-text {
    font-family: 'Century Gothic Pro', sans-serif;
    font-size: 20px;
    line-height: 1.4;
  }
  
  .is--small {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.3px;
  }
  
  .l-st__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .l-st__block.st-is--large {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  
  .is--red-line {
    width: 25%;
    height: 5px;
    margin-top: 0;
    margin-bottom: 25px;
    background-color: #ec1c2d;
  }
  
  .is--red-line.is--default {
    max-width: 120px;
  }
  
  .is--red-line.is--default.with--margin {
    margin-top: 25px;
  }
  
  .st-c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .is--red {
    color: #ec1c2d;
  }
  
  .has--mesh {
    height: 410px;
    padding: 132px 296px 56px 56px;
    background-image: url('../images/mesh_1mesh.png'), url('../images/bg.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  
  .has--mesh.has--gradient {
    background-image: url('../images/mesh_1mesh.png'), -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .4) 50%, transparent), url('../images/bg.png');
    background-image: url('../images/mesh_1mesh.png'), linear-gradient(90deg, #000, rgba(0, 0, 0, .4) 50%, transparent), url('../images/bg.png');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  
  .is--white {
    color: #fff;
  }
  
  .has--colour {
    min-height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #5d5359;
    border-right: 1px solid #5d5359;
    border-left: 1px solid #5d5359;
  }
  
  .has--colour.is--colour__primary {
    background-color: #ec1c2d;
  }
  
  .has--colour.is--colour__black {
    background-color: #191818;
  }
  
  .has--colour.is--colour__extra-dark-grey {
    background-color: #332e31;
  }
  
  .has--colour.is--colour__dark-grey {
    background-color: #5d5359;
  }
  
  .has--colour.is--colour__mid-grey {
    background-color: #aea9ac;
  }
  
  .has--colour.is--colour__mid-light-grey {
    background-color: #d3d0d2;
  }
  
  .has--colour.is--colour__light-grey {
    background-color: #e7e5e6;
  }
  
  .has--colour.is--colour__extra-light-grey {
    background-color: #f4f3f3;
  }
  
  .is--st-colour__text {
    padding: 15px;
    border: 1px solid #5d5359;
    color: #5d5359;
    text-transform: uppercase;
  }
  
  .is--st-heading {
    margin-top: 120px;
    margin-bottom: 40px;
    color: #d3d0d2;
  }
  
  .c-rich-text a {
    display: inline-block;
    border-bottom: 8px solid transparent;
    -webkit-transition: border 200ms ease, color 200ms ease;
    transition: border 200ms ease, color 200ms ease;
    color: #ec1c2d;
    line-height: 0;
    cursor: pointer;
  }
  
  .c-rich-text a:hover {
    border-bottom: 8px solid rgba(236, 28, 45, .1);
    color: #5d5359;
  }
  
  .c-rich-text h2 {
    font-family: 'Century Gothic Pro Bold', sans-serif;
    font-weight: 700;
  }
  
  .c-rich-text h4 {
    margin-top: 40px;
  }
  
  .is--st-link {
    display: inline-block;
    border-bottom: 8px solid transparent;
    -webkit-transition: border 200ms ease;
    transition: border 200ms ease;
    color: #ec1c2d;
    line-height: 0;
  }
  
  .is--st-link:hover {
    border-bottom: 8px solid rgba(236, 28, 45, .1);
  }
  
  .c-menu__search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #f4f3f3;
  }
  
  .c-menu__search-text {
    height: 48px;
    margin-right: 11px;
    margin-bottom: 0px;
    padding: 8px 16px 4px;
    border: 1px solid #e7e5e6;
    font-family: 'Century Gothic Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  
  .c-menu__search-text:focus {
    border-color: rgba(236, 28, 45, .4);
    box-shadow: 0 0 3px 0 rgba(236, 28, 45, .25);
  }
  
  .c-menu__search-text::-webkit-input-placeholder {
    color: #aea9ac;
  }
  
  .c-menu__search-text:-ms-input-placeholder {
    color: #aea9ac;
  }
  
  .c-menu__search-text::placeholder {
    color: #aea9ac;
  }
  
  .c-menu__form-block {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .c-menu__search-button {
    height: 48px;
    padding: 0px 12px;
    border-radius: 48px;
    background-color: #e7e5e6;
    font-family: Ionicons, sans-serif;
    color: #5d5359;
    font-size: 32px;
    line-height: 48px;
  }
  
  .l-section {
    background-color: #fff;
  }
  
  .l-section.l-section__home-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/mesh_1mesh.png'), url('../images/image_Home_Hero.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  
  .l-section.is--light {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  
  .l-section.is--light.has--border {
    border-top: 1px solid #e7e5e6;
  }
  
  .l-section.is--shaded {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #f4f3f3;
  }
  
  .l-section.is--footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #5d5359;
  }
  
  .l-section.l-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 420px;
  }
  
  .l-section.is--home-slider {
    padding-bottom: 80px;
  }
  
  .l-section.is--main-section {
    padding: 0px !important;
  }
  
  .tabView .l-section.is--main-section,
  .scrollView .l-section.is--main-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
  .l-section.has--some-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .c-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
  }
  
  .c-services_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 400px;
    min-width: 260px;
    margin-bottom: -1px;
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #e7e5e6;
    border-right: 1px solid #e7e5e6;
    border-bottom: 1px solid #e7e5e6;
    color: #5d5359;
    text-align: center;
  }
  
  .c-services_item:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .c-services_item.is--last-item {
    border-right: 0px none transparent;
  }
  
  .c-services__icon {
    display: block;
    width: 193px;
    height: 193px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 150px;
    background-color: #f4f3f3;
  }
  
  .c-services__icon.is--production-icon {
    background-image: url('../images/icon_service_Event_Production.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .c-services__icon.is--management-icon {
    background-image: url('../images/icon_service_Event_Management.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .c-services__icon.is--creative-icon {
    background-image: url('../images/icon_service_Creative_Services.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .c-services__icon.is--travel-icon {
    background-image: url('../images/icon_service_Group_Travel.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .c-services__icon.is--meetings-icon {
    background-image: url('../images/icon_service_Meetings.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .c-services__title {
    font-family: 'Century Gothic Pro Bold', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .c-services__icon-block {
    margin-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .c-menu__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 72px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e7e5e6;
    background-color: #f4f3f3;
  }
  
  .c-menu__block:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .c-menu__link-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 3px 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;
    background-color: #e7e5e6;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #5d5359;
    font-weight: 700;
  }
  
  .c-menu__link-button.is--search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    font-family: Ionicons, sans-serif;
    font-size: 32px;
    line-height: 32px;
  }
  
  .c-menu__link-dropdown {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  
  .c-menu__link-dropdown.w--open {
    left: -1px;
    top: 69px;
    right: 0px;
    bottom: auto;
  }
  
  .c-menu__link-language {
    width: 100%;
    padding-top: 14px;
    border-bottom: 1px solid #e7e5e6;
    border-left: 1px solid #e7e5e6;
    background-color: #fff;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #5d5359;
    font-weight: 700;
    text-align: center;
  }
  
  .c-menu__link-language:hover {
    color: #ec1c2d;
  }
  
  .c-menu__link-language.w--current {
    color: #5d5359;
  }
  
  .c-menu__link-language.is--first {
    border-top: 1px solid #e7e5e6;
  }
  
  .c-menu__toggle {
    width: 100%;
    padding: 25px 24px 20px;
    border-right: 1px solid #e7e5e6;
    border-left: 1px solid #e7e5e6;
  }
  
  .c-menu__text {
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #5d5359;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  
  .c-menu__dropdown {
    margin-right: -1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .l-nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #e7e5e6;
  }
  
  .c-nav__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .c-nav__logo:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .c-menu__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 72px;
    height: 69px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e7e5e6;
    background-color: #f4f3f3;
  }
  
  .c-menu__button:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .c-menu__burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .c-menu__nav-circle {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #e7e5e6;
  }
  
  .c-menu__nav-circle.is--burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .c-menu__nav-circle.is--cross {
    display: none;
    padding-top: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .c-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .c-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e7e5e6;
    background-color: #fff;
  }
  
  .c-mob__dropdown {
    display: none;
    width: 100%;
    background-color: #fff;
  }
  
  .c-mob__toggle {
    display: block;
    width: 100%;
    padding-top: 26px;
    padding-right: 24px;
    padding-left: 24px;
    border-bottom: 1px solid #e7e5e6;
  }
  
  .c-mob__list.w--open {
    position: relative;
    overflow: hidden;
    background-color: #fff;
  }
  
  .c-menu__nav-burger-line {
    width: 50%;
    height: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 2px;
    background-color: #5d5359;
  }
  
  .c-menu__nav-burger-line.is--line-2 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  
  .c-menu__nav-burger-line.is--cross-1 {
    -webkit-transform: rotate(45deg) translate(2px, 1px);
    -ms-transform: rotate(45deg) translate(2px, 1px);
    transform: rotate(45deg) translate(2px, 1px);
  }
  
  .c-menu__nav-burger-line.is--cross-2 {
    -webkit-transform: rotate(-45deg) translate(4px, -3px);
    -ms-transform: rotate(-45deg) translate(4px, -3px);
    transform: rotate(-45deg) translate(4px, -3px);
  }
  
  .c-mob {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9990;
    display: none;
    overflow: auto;
    height: 0px;
    padding-top: 69px;
    background-color: #fff;
  }
  
  .c-mob__text {
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #5d5359;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
  }
  
  .c-mob__link {
    width: 100%;
    padding-top: 14px;
    border-bottom: 1px solid #e7e5e6;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #5d5359;
    font-weight: 700;
  }
  
  .c-mob__language-block {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .c-mob__language-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #e7e5e6;
    background-color: #f4f3f3;
  }
  
  .c-red-spacer-line {
    display: none;
    height: 5px;
    background-color: #ec1c2d;
  }
  
  .c-mob__language-shape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    padding-top: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;
    background-color: #e7e5e6;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .c-menu__search {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: none;
    margin-top: 70px;
    border-bottom: 1px solid #e7e5e6;
  }
  
  .mobile-search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 11px 12px 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #f4f3f3;
  }
  
  .c-mob__search {
    display: none;
    background-color: #f4f3f3;
  }
  
  .l-container {
    width: 90%;
    max-width: 1200px;
    min-width: 940px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .l-container.is--fullwidth {
    width: 100%;
    padding: 0 20px;
  }
  
  
  .l-container.is--home-hero {
    max-width: 940px;
    padding-left: 80px;
  }
  
  .l-container.is--large {
    width: 100%;
    max-width: 1400px;
  }
  
  .l-container.is--narrow {
    max-width: 780px;
    min-width: 728px;
  }
  
  .l-container.is--footer {
    color: #fff;
  }
  
  .c-hero__heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #fff;
    font-weight: 700;
  }
  
  .c-hero__text {
    margin-bottom: 20px;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
  }
  
  .c-button {
    padding: 14px 24px 10px;
    background-color: #ec1c2d;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
  }
  
  .c-button:hover {
    background-color: #5d5359;
    color: #fff !important;
    text-decoration: none !important;
  }
  
  .c-button.has--top-margin {
    margin-top: 70px;
  }
  
  .c-button.has--top-margin.is--center {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  
  .c-hero {
    max-width: 400px;
  }
  
  .c-menu__link {
    width: 100%;
    padding-top: 14px;
    border-right: 1px solid #e7e5e6;
    border-bottom: 1px solid #e7e5e6;
    border-left: 1px solid #e7e5e6;
    background-color: #fff;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #5d5359;
    font-weight: 700;
    text-align: center;
  }
  
  .c-menu__link:hover {
    color: #ec1c2d;
  }
  
  .c-menu__link.w--current {
    color: #5d5359;
  }
  
  .c-menu__link.is--first {
    border-top: 1px solid #e7e5e6;
  }
  
  .c-home-slider {
    height: 700px;
    background-color: #fff;
  }
  
  .c-home-slide {
    height: 100%;
  }
  
  .c-home-slider__arrow {
    display: none;
  }
  
  .c-home-slider__nav {
    margin-bottom: -60px;
  }
  
  .home-slider-column {
    min-height: 700px;
    padding: 30px;
    background-color: #f4f3f3;
  }
  
  .home-slider-column.image {
    background-image: url('../images/image_Home_Slider.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-slide-copy__block {
    max-width: 400px;
    margin-top: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .l-home-slider {
    padding-bottom: 80px;
    background-color: #fff;
  }
  
  .l-st-body {
    background-color: #fff;
  }
  
  .c-stats__img {
    display: block;
    width: 150px;
    height: 130px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    background-image: url('../images/icon_bragroll_World.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  
  .c-stats__img.c-stats__img--1 {
    background-image: url('../images/icon_bragroll_World.svg');
    background-size: auto;
  }
  
  .c-stats__img.c-stats__img--2 {
    background-image: url('../images/icon_bragroll_People.svg');
  }
  
  .c-stats__img.c-stats__img--3 {
    background-image: url('../images/icon_bragroll_Flags.svg');
  }
  
  .c-stats__img.c-stats__img--4 {
    background-image: url('../images/icon_bragroll_Award.svg');
  }
  
  .c-stats__wrapper {
    text-align: left;
  }
  
  .c-section__title {
    margin-top: 0px;
    margin-bottom: 80px;
    text-align: center;
  }
  
  .c-section__title.has--less-margin {
    margin-bottom: 40px;
  }
  
  .l-utility {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .c-utility-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  
  .c-stats__heading {
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #ec1c2d;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  
  .c-stats__detail {
    font-family: 'Century Gothic Pro Bold', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  
  .c-stats__column {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .c-form-block {
    margin-bottom: 0px;
  }
  
  .c-form-block.c-form__contact {
    margin-top: 50px;
  }
  
  .c-form.c-form__subscribe {
    margin-top: 50px;
    text-align: center;
  }
  
  .c-form__label {
    margin-bottom: 10px;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    font-size: 20px;
    font-weight: 700;
  }
  
  .c-form__text,
  #field1, #field2, #field3, #field4, #field5 {
    min-height: 60px;
    margin-bottom: 40px;
    border: 1px solid #aea9ac;
    border-radius: 0px;
    background-color: #fff;
    color: #5d5359;
  }
  
  #field0 {
    height: 60px;
    margin: 20px 0;
  }
  .elq-form .field-size-top-large {
    margin: 20px 0;
  }
  .elq-form .field-style._100 {
    width: 100% !important;
  }
  .elq-form .field-style {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
  .submit-button {
    font-size: 100% !important;
    height: 60px !important;
    width: 100px !important;
    margin: 50px 0 !important;
    font-size: 20px !important;
    background-color: #ec1c2d;
    color: #fff;
    border-color: transparent;
  }
  .c-form__text:focus,
  #field1, #field2, #field3, #field4, #field5 {
    border-color: rgba(236, 28, 45, .4);
    box-shadow: 0 0 3px 0 rgba(236, 28, 45, .25);
  }
  
  .c-form__text::-webkit-input-placeholder {
    color: #aea9ac;
  }
  
  .c-form__text:-ms-input-placeholder {
    color: #aea9ac;
  }
  
  .c-form__text::placeholder {
    color: #aea9ac;
  }
  
  .c-form__text.is--narrow {
    display: block;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  
  .c-services__detail {
    display: none;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .c-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f4f3f3;
    text-align: left;
  }
  
  .c-card.c-card__item {
    min-height: 590px;
    padding-bottom: 30px;
  }
  
  .c-card__img {
    display: block;
    overflow: hidden;
    width: 100%;
    min-height: 260px;
    background-image: url('../images/bg.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-card__img.c-card__img--1 {
    background-image: url('../images/image_Home_Hero.jpg');
  }
  
  .c-card__img.c-card__img--2 {
    background-image: url('../images/image_Home_Slider.jpg');
  }
  
  .c-card__title {
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #5d5359;
    font-size: 24px;
    font-weight: 700;
  }
  
  .c-card--content {
    display: none;
    width: 100%;
    height: 100%;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  
  .c-card__position {
    font-family: 'Century Gothic Pro', sans-serif;
    color: #5d5359;
    font-size: 20px;
    font-weight: 400;
  }
  
  .c-card__text {
    font-family: 'Century Gothic Pro', sans-serif;
    color: #5d5359;
    font-size: 15px;
    font-weight: 700;
  }
  
  .c-card__detail {
    color: #5d5359;
    font-weight: 400;
  }
  
  .c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  .c-flex:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .c-flex.c-horizontal-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .c-flex.c-flex-cell__team {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .c-flex-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .c-flex-cell.is--50-percent {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  
  .c-flex-cell.c-flex-cell__card-item {
    min-height: 590px;
  }
  
  .c-flex-cell.c-flex-cell__team-card {
    min-height: 430px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  
  .c-card__copy {
    min-height: 300px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .c-slide-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-color: #f4f3f3;
  }
  
  .c-slide-block:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .c-slide-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .c-slide-cell.is--image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    background-image: url('../images/image_Home_Slider.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-slide-cell.is--content {
    padding: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  
  .c-form__checkbox {
    margin-bottom: 10px;
  }
  
  .c-form__options-block {
    margin-bottom: 30px;
  }
  
  .c-form__radio {
    margin-bottom: 10px;
  }
  
  .c-form__select {
    position: relative;
    height: 60px;
    margin-bottom: 0px;
    border: 0px none transparent;
    background-color: #e7e5e6;
    background-image: -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: linear-gradient(180deg, transparent, transparent);
    font-family: 'Century Gothic Pro Bold', sans-serif;
    font-weight: 700;
  }
  
  .c-form__select-block {
    min-height: 60px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e7e5e6;
  }
  
  .c-form__textarea,
  #field6 {
    min-height: 200px;
    margin-bottom: 40px;
    border: 1px solid #aea9ac;
    border-radius: 0px;
    background-color: #fff;
    color: #5d5359;
  }
  
  .c-form__textarea:focus,
  #field6 {
    border-color: rgba(236, 28, 45, .4);
    box-shadow: 0 0 3px 0 rgba(236, 28, 45, .25);
  }
  
  .c-form__textarea::-webkit-input-placeholder {
    color: #aea9ac;
  }
  
  .c-form__textarea:-ms-input-placeholder {
    color: #aea9ac;
  }
  
  .c-form__textarea::placeholder {
    color: #aea9ac;
  }
  
  .c-section__notice {
    text-align: center;
  }
  
  .c-people__column {
    min-height: 400px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .c-people__column.c-people__image-1 {
    background-image: url('../images/image_Team-Profile-1.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-people__column.c-people__image-2 {
    background-image: url('../images/image_Team-Profile-2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-people {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  
  .c-people:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .c-form__required {
    color: #ec1c2d;
  }
  
  .c-form__option-label {
    margin-left: 20px;
  }
  
  .c-cta__cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #e7e5e6;
  }
  
  .c-cta__cell.has--image {
    background-image: url('../images/image_CTA-01.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-cta__cell.is--40-percent {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  
  .c-cta__cell.is--40-percent.with--image {
    background-image: url('../images/image_CTA.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-cta__cell.with--mesh {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/mesh_1mesh.png'), -webkit-linear-gradient(270deg, #191818, #191818);
    background-image: url('../images/mesh_1mesh.png'), linear-gradient(180deg, #191818, #191818);
    background-position: 50% 50%, 0px 0px;
  }
  
  .c-cta__copy {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
  }
  
  .c-cta__text {
    margin-bottom: 40px;
  }
  
  .c-cta__text.is--heading {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  
  .c-cta__text.is--heading-white {
    margin-top: 0px;
    /* margin-bottom: 70px; */
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #fff;
    font-weight: 700;
  }
  
  .c-footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .c-footer__links-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 240px;
    min-width: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  
  .c-footer__tagline {
    max-width: 760px;
    margin-bottom: 17px;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
  }
  
  .c-footer__logo {
    margin-bottom: 25px;
  }
  
  .c-footer__services-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .c-footer__service-link {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
  }
  
  .c-footer__service-link:hover {
    text-decoration: underline;
    color: #fff;
  }
  
  .c-footer__service-link.is--last-item {
    border-right-style: none;
  }
  
  .c-footer__inspire {
    margin-bottom: 50px;
  }
  
  .c-footer__social-block {
    margin-bottom: 60px;
  }
  
  .c-footer__social-icon {
    margin-right: 34px;
    float: left;
  }
  
  .c-copyright {
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  
  .c-copyright_link {
    color: #fff;
  }
  
  .c-copyright_link:hover {
    text-decoration: underline;
    color: #fff !important;
  }
  
  .c-footer__cell-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  
  .c-footer__cell-block.is--40-percent {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  
  .c-footer__cell-block.is--60-percent {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  
  .c-footer_link {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  
  .c-footer_link:hover {
    text-decoration: underline;
    color: #fff !important;
  }
  
  .c-footer__links-heading {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: bold;
  }
  
  .c-copyright__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .c-copyright__list-item {
    margin-right: 20px;
    padding-left: 20px;
    border-left: 1px solid #fff;
  }
  
  .c-copyright__list-item.is--first-item {
    border-left: 0px none transparent;
  }
  
  .c-main-nav {
    position: relative;
  }
  
  .l-overlay {
    position: absolute;
    left: 0%;
    top: -100%;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100vh;
    margin-top: -69px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ec1c2d;
  }
  
  .c-breadcrumbs {
    margin-bottom: 40px;
  }
  
  .c-breadcrumb__link {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    background-image: url('../images/icon_Arrow-Forward.svg');
    background-position: 0px 35%;
    background-size: 5px;
    background-repeat: no-repeat;
    color: #5d5359 !important;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.3px;
  }
  
  .c-breadcrumb__link:hover {
    text-decoration: underline;
  }
  
  .c-breadcrumb__link.is--first-link {
    padding-left: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  
  .c-breadcrumb__link.is--last-link {
    font-family: 'Century Gothic Pro Bold', sans-serif;
    font-weight: 700;
  }
  
  .c-intro {
    max-width: 860px;
    margin-bottom: 40px;
  }
  
  .c-intro--text {
    margin-bottom: 20px;
    color: #5d5359;
    font-size: 20px;
    line-height: 1.4;
  }
  
  .l-highlight {
    overflow: hidden;
    background-color: #fff;
  }
  
  .l-highlight.has--padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .c-service__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .is--page-title {
    margin-top: 0px;
  }
  
  .c-profile-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-profile-card.has--image-1 {
    background-image: url('../images/image_Team-Profile-3.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-profile-card.has--image-2 {
    background-image: url('../images/image_Team-Profile-5.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-profile-card.has--image-3 {
    background-image: url('../images/image_Team-Profile-9.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-profile-card.has--image-4 {
    background-image: url('../images/image_Team-Profile-7.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-profile-card.has--image-5 {
    background-image: url('../images/image_Team-Profile-6.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-profile-card.has--image-6 {
    background-image: url('../images/image_Team-Profile-2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-profile-card.has--image-7 {
    background-image: url('../images/image_Team-Profile-1.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-team-card__opacity {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: hsla(0, 4%, 95%, .85);
    opacity: 0;
  }
  
  .is--centered {
    text-align: center;
  }
  
  .has--red-line {
    border-bottom: 5px solid #ec1c2d;
  }
  
  .c-main__intro {
    max-width: 670px;
  }
  
  .c-main__intro.is--narrow {
    max-width: 560px;
  }
  
  .c-main__content {
    max-width: 670px;
    margin-bottom: 40px;
  }
  
  .c-highlight__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .c-highlight__block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .c-highlight__block.is--left {
    /* min-height: 500px; */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    /* background-image: url('../images/image_Event_Production.jpg'); */
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .c-highlight__block.is--left.has--image-05 {
    /* background-image: url('../images/image_Home_Slider.jpg'); */
  }
  
  .c-highlight__block.is--right {
    position: relative;
    margin-left: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  
  .c-highlight__main {
    position: absolute;
    left: 0px;
    top: -80px;
    width: 100%;
  }
  
  .c-highlight__cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    min-height: 200px;
    margin-top: -40px;
    margin-left: 40px;
    padding: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e7e5e6;
    opacity: 0;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #5d5359 !important;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  
  .c-highlight__links {
    padding: 40px 80px 60px;
    background-color: #f4f3f3;
    opacity: 0;
  }
  
  .c-highlight__text.is--bold {
    margin-top: 20px;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    font-weight: 700;
  }
  
  .c-profile-card__copy {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    text-align: center;
  }
  
  .mix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 700px;
    background-color: #f4f3f3;
  }
  
  .mix:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .c-menu__link__single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #e7e5e6;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #5d5359;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
  }
  
  a:hover.c-menu__link__single ,
  a:focus.c-menu__link__single {
    text-decoration: none !important;
    color: #5d5359 !important;
  }
  
  ul.c-menu {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  li.c-menu__link__single,
  #app-navbar > li:nth-child(6) {
    margin: 0;
    padding: 0;
    display: flex;
      flex-direction: row;
      justify-content: center;
      font-weight: 700;
      text-transform: uppercase;
      font-family: 'Century Gothic Pro Bold', sans-serif;
      flex: 1;
      border-left: 1px solid #e7e5e6;
  }
  #app-navbar > li > a,
  #app-navbar > li:nth-child(6) > a {
    color: #5d5359;
    padding: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  
  #app-navbar > li > a:hover,
  #app-navbar > li:nth-child(6) > a:hover {
    text-decoration: none;
  }
  
  .c-package__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* background-color: #e5f3fa; */
    background-color: #F6F6F6;
  }
  
  .c-package__content.is--corporate {
    /* background-color: #fff6e5; */
    background-color: #F6F6F6;
  }
  
  .c-package__content.is--plus {
    /* background-color: #effbf9; */
    background-color: #F6F6F6;
  }
  
  .c-package__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .c-package__title {
    margin-top: 20px;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    font-size: 24px;
  }
  
  .c-package__title.is--base {
    margin-top: 0px;
    /* color: #008bd2; */
    color: #ec1c2d;
  }
  
  .c-package__title.is--corp {
    margin-top: 0px;
    /* color: #ffaf00; */
    color: #ec1c2d;
  }
  
  .c-package__title.is--plus {
    margin-top: 0px;
    /* color: #64d7c6; */
    color: #ec1c2d;
  }
  
  .c-package__detail {
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .c-package__detail-item {
    padding-top: 10px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #008bd2; */
    border-bottom: 1px solid #AEA9AC;
    text-align: center;
  }
  
  .c-package__detail-item.is--last {
    border-bottom: 0px none transparent;
  }
  
  .c-package__detail-item.is--corp {
    /* border-bottom-color: #ffaf00; */
    border-bottom: 1px solid #AEA9AC;
  }
  
  .c-package__detail-item.is--corp.is--last {
    border-bottom: 0px none transparent;
  }
  
  .c-package__detail-item.is--plus {
    /* border-bottom-color: #64d7c6; */
    border-bottom: 1px solid #AEA9AC;
  }
  
  .c-package__detail-item.is--plus.is--last {
    border-bottom: 0px none transparent;
  }
  
  .c-package__inclusions {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  
  .c-package__inclusions.is--important {
    /* border-bottom: 1px solid #AEA9AC; */
    color: #ec1c2d;
    text-transform: uppercase;
  }
  
  .div-block {
    display: block;
    min-height: 200px;
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .text-block {
    font-size: 20px;
    text-align: center;
  }
  
  .text-block-2 {
    font-family: 'Century Gothic Pro Bold', sans-serif;
    /* color: #008bd2; */
    color: #EC1C2D;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  
  .text-block-2.is--base {
    /* color: #ffaf00; */
    color: #EC1C2D;
  }
  
  .text-block-2.is--plus {
    /* color: #64d7c6; */
    color: #EC1C2D;
  }
  
  .l-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* margin-top: 60px; */
    min-height: 500px;
  }
  .anchor__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
  .l-service.is--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .c-service__cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 130px 0px 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }
  
  .c-service__cell.is--40-percent {
    position: relative;
    min-height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    background-color: #f4f3f3;
  }
  
  .c-service__cell.is--40-percent.cell-bg {
    background-image:url(https://s3-ap-southeast-2.amazonaws.com/assets.ci-meetings.com.au/images/image__Marketplace.jpg);
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
  }
  
  .c-service__cell.is--40-percent.cell-bg.image--02 {
    background-image:url(https://s3-ap-southeast-2.amazonaws.com/assets.ci-meetings.com.au/images/image__Event_Management_Software.jpg);
  }
  
  .c-service__cell.is--40-percent.cell-bg.image--03 {
    background-image:url(https://s3-ap-southeast-2.amazonaws.com/assets.ci-meetings.com.au/images/image_Marketing.jpg);
  }
  
  .c-service__cell.is--40-percent.cell-bg.image--04 {
    background-image:url(https://s3-ap-southeast-2.amazonaws.com/assets.ci-meetings.com.au/images/image_Surveys.jpg);
  }
  
  .c-service__cell.is--40-percent.cell-bg.image--05 {
    background-image:url(https://s3-ap-southeast-2.amazonaws.com/assets.ci-meetings.com.au/images/image_Reporting.jpg);
  }
  
  .c-service__cell.is--40-percent.cell-bg.image--06 {
    background-image:url(https://s3-ap-southeast-2.amazonaws.com/assets.ci-meetings.com.au/images/image_Management.jpg);
  }
  .c-service__cell.smm_bg {
    background-image:url(https://s3-ap-southeast-2.amazonaws.com/assets.ci-meetings.com.au/images/image_CTA-05.jpg);
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
  }
  .c-service__cell.smm_bg.image--02 {
    background-image:url(https://s3-ap-southeast-2.amazonaws.com/assets.ci-meetings.com.au/images/image_SSM-2.jpg);
  }
  .c-service__cell.smm_bg.image--03 {
    background-image:url(https://s3-ap-southeast-2.amazonaws.com/assets.ci-meetings.com.au/images/image_SSM-3.jpg);
  }
  .c-service__cell.smm_bg.image--04 {
    background-image:url(https://s3-ap-southeast-2.amazonaws.com/assets.ci-meetings.com.au/images/image_SSM-4.jpg);
  }
  .c-service__cell.smm_bg.image--05 {
    background-image:url(https://s3-ap-southeast-2.amazonaws.com/assets.ci-meetings.com.au/images/image_SSM-5.jpg);
  }
  .c-service__cell.smm_bg.image--06 {
    background-image:url(https://s3-ap-southeast-2.amazonaws.com/assets.ci-meetings.com.au/images/image_SSM-6.jpg);
  }
  .c-service__cell.smm_bg.image--07 {
    background-image:url(https://s3-ap-southeast-2.amazonaws.com/assets.ci-meetings.com.au/images/image_SSM-7.jpg);
  }
  
  
  .c-service__cell.is--reverse {
    padding-right: 50px;
    padding-left: 120px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #f4f3f3;
  }
  
  .c-icon__service {
    position: absolute;
    left: -100px;
    top: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .c-icon__service.is--reverse {
    left: auto;
    top: 0px;
    right: -100px;
    bottom: 0px;
  }
  
  .c-service__name {
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: none;
  }
  h3.c-service__name {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Century Gothic Pro Bold', sans-serif;
    color: #5d5359;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
  }
  h3.c-service__name.has--highlight {
    padding-bottom: 0px;
  }
  
  .c-service__copy {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .c-service__text {
    margin-bottom: 40px;
  }
  
  .l-canvas {
    overflow: hidden;
  }
  .c-flex-cell.c-card--content__mobile {
    display: none !important;
  }
  
  @media (max-width: 991px) {
    .st-l-container {
      width: 100%;
      min-width: 240px;
      padding-right: 20px;
      padding-left: 20px;
    }
    .l-st__block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
    .st-c-flex {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .has--colour {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
    .c-menu__form-block.search-form-wrapper {
      display: block;
    }
    .l-section.has--margin-top {
      margin-top: 69px;
    }
    .l-section.is--main-section {
      margin-top: 69px;
      padding-top: 60px;
    }
    .l-section.has--some-padding {
      padding-top: 60px;
    }
    .c-services {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .c-services_item {
      height: 140px;
      margin-bottom: 0px;
      padding-top: 0px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
      border-right: 0px none transparent;
      border-bottom: 0px none transparent;
    }
    .c-services_item.is--last-item {
      border-bottom: 1px solid #e7e5e6;
    }
    .c-services__icon {
      width: 130px;
      height: 130px;
      background-color: transparent;
    }
    .c-services__title {
      font-size: 24px;
      text-align: left;
    }
    .c-services__icon-block {
      margin-bottom: 0px;
    }
    .l-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-nav {
      position: fixed;
      left: 0px;
      top: 0px;
      right: 0px;
      z-index: 9991;
    }
    .c-mob__dropdown {
      display: block;
    }
    .c-mob__toggle {
      padding-bottom: 20px;
      background-image: url('../images/icon_Arrow-Down.svg');
      background-position: 96% 50%;
      background-repeat: no-repeat;
    }
    .c-mob__toggle.has--no-icon {
      background-image: none;
      background-repeat: repeat;
    }
    .c-mob {
      display: none;
      height: 100vh;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-mob__text.has--no-icon {
      text-align: center;
    }
    .c-mob__link {
      border-bottom: 1px solid #e7e5e6;
    }
    .c-mob__link:hover {
      color: #ec1c2d;
    }
    .c-mob__link.w--current {
      color: #ec1c2d;
    }
    .c-mob__language-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .c-mob__language-cell {
      color: #5d5359;
    }
    .c-mob__language-cell:hover {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .c-red-spacer-line {
      display: block;
    }
    .c-menu__search {
      display: none;
    }
    .mobile-search-form {
      border-bottom: 1px solid #e7e5e6;
    }
    .c-mob__search {
      display: block;
    }
    .l-container {
      width: 100%;
      max-width: 991px;
      min-width: 730px;
      padding-right: 20px;
      padding-left: 20px;
    }
    .l-container.is--home-hero {
      padding-left: 60px;
    }
    .l-container.is--narrow {
      max-width: 728px;
    }
    .c-home-slider {
      height: 100%;
    }
    .home-slider-column {
      min-height: 400px;
    }
    .c-slide-copy__block {
      max-width: 100%;
      margin-top: 0px;
    }
    .c-stats__column {
      margin-bottom: 120px;
      padding-right: 0px;
      padding-left: 0px;
    }
    .c-services__copy-block {
      margin-left: 80px;
    }
    .c-card.c-card__item {
      min-height: 530px;
    }
    .c-flex {
      margin-right: 0px;
      margin-left: 0px;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .c-flex.c-flex__blog-cards {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-flex.c-clients {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .c-flex.c-flex-cell__team {
      margin-right: -20px;
      margin-left: -20px;
    }
    .c-flex-cell {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 40px;
      padding: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-flex-cell.is--50-percent {
      margin-bottom: 0px;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .c-flex-cell.c-client-cell {
      -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
    }
    .c-flex-cell.c-flex-cell__card-item {
      min-height: 530px;
    }
    .c-flex-cell.c-flex-cell__team-card {
      padding-right: 20px;
      padding-left: 20px;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
    }
    .c-card__copy {
      min-height: 240px;
    }
    .c-slide-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-slide-cell.is--image {
      min-height: 420px;
    }
    .c-slide-cell.is--content {
      min-height: 320px;
    }
    .c-cta__copy {
      max-width: 100%;
      margin-top: 0px;
    }
    .c-cta__text.is--heading-white {
      font-size: 28px;
    }
    .c-footer__links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-footer_link {
      font-size: 12px;
      letter-spacing: 0.3px;
    }
    .l-overlay {
      display: none;
    }
    .l-highlight.has--padding {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .c-highlight__flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-highlight__block.is--left {
      min-height: 400px;
    }
    .c-highlight__main {
      position: static;
      margin-top: -40px;
    }
    .c-highlight__cta {
      opacity: 1;
    }
    .c-highlight__links {
      opacity: 1;
    }
    .mix {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-menu__link__single {
      border-bottom: 1px solid #e7e5e6;
      border-left: 0px none transparent;
    }
    .text-block {
      font-size: 16px;
    }
    .c-service__cell {
      padding-left: 20px;
    }
    .c-service__cell.is--40-percent.cell-bg {
      background-size: contain;
      background-color: #f4f3f3;
    }
    .c-service__cell.is--40-percent.cell-bg.image--02,
    .c-service__cell.is--40-percent.cell-bg.image--04 {
      background-color: #fff;
    }
    .c-service__cell.is--40-percent.cell-bg.image--06 {
      background-size: cover;
    }
    .c-service__cell.is--40-percent.smm_bg.image--06 {
      background-size: contain;
      background-color: #fff;
    }
    .c-service__cell.is--40-percent.smm_bg.image--04 {
      background-size: contain;
      background-color: #f4f3f3;
    }
    .c-service__copy {
      width: 100%;
      max-width: 100%;
      margin-top: 0px;
    }
  }
  
  @media (max-width: 767px) {
    h1 {
      font-size: 26px;
      line-height: 36px;
    }
    h2 {
      font-size: 24px;
      line-height: 33px;
    }
    h3 {
      font-size: 20px;
      line-height: 25px;
    }
    h4 {
      font-size: 18px;
      line-height: 21px;
    }
    .is--intro-text {
      font-size: 18px;
      line-height: 27px;
    }
    .st-c-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .l-section.l-section__home-hero {
      min-height: 400px;
      padding-top: 100px;
      padding-bottom: 100px;
    }
    .l-section.l-cta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-mob__language-cell {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .l-container {
      max-width: 770px;
      min-width: 480px;
    }
    .l-container.is--home-hero {
      padding-left: 40px;
    }
    .l-container.is--narrow {
      max-width: 727px;
      min-width: 440px;
    }
    .c-hero__text {
      font-size: 20px;
    }
    .c-hero {
      max-width: 320px;
    }
    .c-stats__column {
      margin-bottom: 80px;
    }
    .c-form__label {
      font-size: 16px;
    }
    .c-services__copy-block {
      margin-left: 40px;
    }
    .c-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-flex.c-clients {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .c-flex-cell.c-client-cell {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
    }
    .c-flex-cell.c-flex-cell__team-card {
      min-height: 420px;
    }
    .c-flex-cell.c-card--content__mobile {
      display: flex !important;
      padding: 0 20px;
    }
    .c-slide-cell.is--image {
      min-height: 320px;
    }
    .c-people__column {
      min-height: 320px;
      padding-top: 20px;
      padding-left: 0px;
    }
    .c-people__column.c-people__image-1 {
      min-height: 500px;
    }
    .c-people__column.c-people__image-2 {
      min-height: 500px;
    }
    .c-people {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-cta__cell.has--image {
      min-height: 320px;
    }
    .c-footer__links-cell {
      margin-bottom: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-footer__cell-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-footer__cell-block.is--60-percent {
      margin-bottom: 0px;
    }
    .c-copyright__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-copyright__list-item {
      margin-right: 0px;
      padding-left: 0px;
      border-left: 0px none transparent;
    }
    .c-intro--text {
      font-size: 18px;
    }
    .l-service {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .l-service.is--reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .c-service__cell {
      padding-right: 20px;
    }
    .c-service__cell.is--reverse {
      padding-left: 20px;
    }
    .c-icon__service {
      left: 0px;
      top: -60px;
      right: 0px;
      bottom: auto;
    }
    .c-icon__service.is--reverse {
      left: 0px;
      top: -60px;
      right: 0px;
      bottom: auto;
    }
    .c-service__copy {
      text-align: left;
      padding-bottom: 60px;
    }
  }
  
  @media (max-width: 479px) {
    .c-services_item {
      height: 220px;
      padding-right: 20px;
      padding-left: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .c-services__title {
      font-size: 20px;
      text-align: center;
    }
    .c-mob__language-block {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .c-mob__language-cell {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      border-right: 0px none transparent;
      border-bottom: 1px solid #e7e5e6;
    }
    .l-container {
      max-width: 480px;
      min-width: 240px;
    }
    .l-container.is--home-hero {
      padding-left: 20px;
    }
    .l-container.is--narrow {
      max-width: 439px;
      min-width: 240px;
    }
    .home-slider-column {
      padding-right: 20px;
      padding-left: 20px;
    }
    .c-services__copy-block {
      margin-left: 0px;
    }
    .c-card.c-card__item {
      min-height: 590px;
    }
    .c-flex-cell.c-client-cell {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .c-flex-cell.c-flex-cell__card-item {
      min-height: 590px;
    }
    .c-flex-cell.c-flex-cell__team-card {
      min-height: 360px;
    }
    .c-slide-cell.is--image {
      min-height: 240px;
    }
    .c-slide-cell.is--content {
      padding: 20px;
    }
    .c-people__column.c-people__image-1 {
      min-height: 400px;
    }
    .c-people__column.c-people__image-2 {
      min-height: 400px;
    }
    .c-cta__text.is--heading-white {
      font-size: 24px;
    }
    .c-highlight__block.is--right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: 0px;
      padding-top: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #f4f3f3;
    }
    .c-highlight__main {
      margin-top: 40px;
    }
    .c-highlight__cta {
      max-width: 480px;
      margin-top: 0px;
      margin-left: 0px;
    }
  }
  
  @font-face {
    font-family: 'Ionicons';
    src: url('https://s3-ap-southeast-2.amazonaws.com/ap-southeast-2.accounts.ivvy.com/account73932/templates/venuesearch/580/ionicons.woff') format('woff');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Century Gothic Pro';
    src: url('https://s3-ap-southeast-2.amazonaws.com/ap-southeast-2.accounts.ivvy.com/account73932/templates/venuesearch/580/Century-Gothic-Pro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Century Gothic Pro Bold';
    src: url('https://s3-ap-southeast-2.amazonaws.com/ap-southeast-2.accounts.ivvy.com/account73932/templates/venuesearch/580/Century-Gothic-Pro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
  }
  
  #content > div > div.container-fluid.section.icons > div > div.row {
    display: none !important;
  }
  
  #content > div > div.container-fluid.section.search > div > div:nth-child(1) > div > div.search-form-text {
    margin-bottom : 40px !important;
    margin-top: 0 !important;
  }
  
  /* fix for listing table */
  .hide-table-heading {
      margin-bottom: 60px;
      overflow: auto;
  }