/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
#top-menu li li a {
  line-height: normal; }

#top-menu .members-area-sub.menu-item-has-children > a:first-child {
  padding-right: 0;
  color: white; }
  #top-menu .members-area-sub.menu-item-has-children > a:first-child span {
    padding: 1rem;
    background-color: #2ea3f2;
    padding-right: 2rem; }
  #top-menu .members-area-sub.hs-area-sub.menu-item-has-children > a:first-child span {
   
    background-color: #5dbc46;
     }    
  #top-menu .members-area-sub.menu-item-has-children > a:first-child:after {
    right: 10px; }

#main-header .logo_container img {
  max-width: 200px; }

.members-area-navigation {
  position: absolute;
  top: 100%;
  right: 0;
  text-align: right;
  background-color: white;
  padding: 0.5rem 1rem 0.75rem 1rem;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .members-area-navigation ul.nav li {
    display: inline-block;
    padding-right: 22px;
    font-size: 14px; }
    .members-area-navigation ul.nav li.menu-item-has-children {
      padding-right: 0;
      margin-right: 5px; }
    .members-area-navigation ul.nav li a {
      color: rgba(0, 0, 0, 0.6);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .members-area-navigation ul.nav li a:hover {
        opacity: 0.7;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
  .members-area-navigation ul.nav > li:last-child {
    padding: 0; }
  .members-area-navigation .menu-item-has-children > a:first-child {
    padding-right: 20px; }
    .members-area-navigation .menu-item-has-children > a:first-child:after {
      position: absolute;
      top: 0;
      right: 0;
      font-family: "ETmodules";
      font-size: 16px;
      font-weight: 800;
      content: "3"; }

@media (max-width: 980px) {
  .members-area-navigation {
    display: none; } }
body {
  font-size: 16px; }

p {
  line-height: 1.75em; }

.sl-homeshare .mfp-bg {
  z-index: 1000001; }
.sl-homeshare .mfp-wrap {
  z-index: 1000002; }
  .sl-homeshare .mfp-wrap .mfp-close:active {
    top: 0; }

.hs-applications-front {
  position: relative;
  width: 100%; }
  .hs-applications-front .hs-applications-template {
    position: relative;
    width: 100%; }
    .hs-applications-front .hs-applications-template th, .hs-applications-front .hs-applications-template td {
      padding: 1rem;
      text-align: center;
      vertical-align: middle; }
    .hs-applications-front .hs-applications-template td {
      padding: 0.5rem;
      line-height: normal; }
    .hs-applications-front .hs-applications-template .application-status-contacted .asc-ind {
      margin-bottom: 1rem; }
      .hs-applications-front .hs-applications-template .application-status-contacted .asc-ind:last-of-type {
        margin-bottom: 0; }
      .hs-applications-front .hs-applications-template .application-status-contacted .asc-ind .asc-date-logged {
        font-size: 0.85rem;
        font-weight: 600; }
    .hs-applications-front .hs-applications-template .application-options {
      position: relative;
      min-width: 8em;
      width: 8em; }
    .hs-applications-front .hs-applications-template .hidden-option-values {
      display: none; }
    .hs-applications-front .hs-applications-template .application-option {
      display: inline-block;
      padding: 0.5em;
      vertical-align: middle;
      margin: 0.25em;
      cursor: pointer; }
    .hs-applications-front .hs-applications-template .apply-to-contact {
      position: relative; }
      .hs-applications-front .hs-applications-template .apply-to-contact .fa-check {
        visibility: hidden;
        color: #5cb85c; }
      .hs-applications-front .hs-applications-template .apply-to-contact.active .fa-envelope-o {
        color: #eee; }
      .hs-applications-front .hs-applications-template .apply-to-contact.active .fa-check {
        visibility: visible; }
    .hs-applications-front .hs-applications-template .hs-applications-header {
      line-height: normal;
      font-size: 0.75rem; }
      .hs-applications-front .hs-applications-template .hs-applications-header th {
        font-size: inherit;
        border-bottom: 1px solid; }
    .hs-applications-front .hs-applications-template .gmaps-external {
      font-size: 0.75rem; }
    .hs-applications-front .hs-applications-template .application-postcode {
      min-width: 100px; }

.application-popup-contents {
  background-color: white;
  padding: 2rem;
  max-width: 840px;
  position: relative;
  margin: auto; }
  .application-popup-contents .applicant-meta-information {
    position: relative;
    border-bottom: 1px solid #CCC;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem; }
  .application-popup-contents .ami-id {
    font-size: 1.2em;
    font-weight: bold; }
  .application-popup-contents .avc-title {
    font-size: 1.2em;
    font-weight: bold; }
  .application-popup-contents .ami-date {
    font-size: 0.85em; }
  .application-popup-contents .applicant-field-section {
    margin: 0.5rem 0; }
  .application-popup-contents .applicant-inline {
    display: inline-block;
    margin-right: 2rem; }
  .application-popup-contents span.applicant-span-label {
    display: block;
    font-size: 0.85em;
    line-height: 1.5;
    font-weight: bold; }
  .application-popup-contents .application-view-contact-info {
    padding: 1rem;
    margin: 1em 0;
    border: 1px solid #ffe5db;
    background-color: #fdfdf7; }
  .application-popup-contents .avc-intro {
    font-size: 0.85rem; }
  .application-popup-contents .application-view-contact-information-container {
    margin-top: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid #ffe5db; }
  .application-popup-contents .application-status-history {
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid #ecffdb;
    background-color: #f8fdf7; }
    .application-popup-contents .application-status-history .ash-title {
      font-size: 1.2em;
      font-weight: bold; }
    .application-popup-contents .application-status-history .ash-current-status {
      margin: 1rem 0; }
    .application-popup-contents .application-status-history .ash-cs {
      margin-bottom: 0.5rem; }
      .application-popup-contents .application-status-history .ash-cs:last-child {
        margin-bottom: 0; }
      .application-popup-contents .application-status-history .ash-cs .positive-icon {
        opacity: 0.25;
        margin-right: 0.5em; }
      .application-popup-contents .application-status-history .ash-cs .ash-cs-positive {
        display: none; }
      .application-popup-contents .application-status-history .ash-cs.active .positive-icon {
        opacity: 1; }
        .application-popup-contents .application-status-history .ash-cs.active .positive-icon .fa-envelope-o, .application-popup-contents .application-status-history .ash-cs.active .positive-icon .fa-home {
          color: #eee; }
        .application-popup-contents .application-status-history .ash-cs.active .positive-icon .fa-check {
          color: #5cb85c; }
      .application-popup-contents .application-status-history .ash-cs.active .ash-cs-positive {
        display: inline-block; }
      .application-popup-contents .application-status-history .ash-cs.active .ash-cs-negative {
        display: none; }
  .application-popup-contents .apc-inner-container {
    /* Reset `button` and button-style `input` default styles */
    /* Make `a` like a button */
    /* Demo */ }
    .application-popup-contents .apc-inner-container [role="button"],
    .application-popup-contents .apc-inner-container input[type="submit"],
    .application-popup-contents .apc-inner-container input[type="reset"],
    .application-popup-contents .apc-inner-container input[type="button"],
    .application-popup-contents .apc-inner-container button {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      cursor: pointer; }
    .application-popup-contents .apc-inner-container input[type="submit"],
    .application-popup-contents .apc-inner-container input[type="reset"],
    .application-popup-contents .apc-inner-container input[type="button"],
    .application-popup-contents .apc-inner-container button {
      background: none;
      border: 0;
      color: inherit;
      /* cursor: default; */
      font: inherit;
      line-height: normal;
      overflow: visible;
      padding: 0;
      -webkit-appearance: button;
      /* for input */
      -webkit-user-select: none;
      /* for button */
      -moz-user-select: none;
      -ms-user-select: none; }
    .application-popup-contents .apc-inner-container input::-moz-focus-inner,
    .application-popup-contents .apc-inner-container button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .application-popup-contents .apc-inner-container [role="button"] {
      color: inherit;
      display: inline-block;
      text-align: center;
      text-decoration: none;
      white-space: pre;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
    .application-popup-contents .apc-inner-container [role="button"],
    .application-popup-contents .apc-inner-container input[type="submit"],
    .application-popup-contents .apc-inner-container input[type="reset"],
    .application-popup-contents .apc-inner-container input[type="button"],
    .application-popup-contents .apc-inner-container button {
      background-color: #f0f0f0;
      border: 1px solid black;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 0.25em;
      height: 2.5em;
      line-height: 2.5;
      margin: 0.25em;
      padding: 0 1em;
      width: 14em; }

.loading-holder {
  display: none;
  position: fixed;
  z-index: 10000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5); }
  .loading-holder .loading-holder-inner {
    position: absolute;
    width: 70px;
    height: 70px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.ao-ajax-running .loading-holder {
  display: block; }

.et_pb_toggle ol {
  list-style: decimal;
  margin-left: 1rem; }
  .et_pb_toggle ol li {
    margin-left: 1rem;
    padding-left: 1rem;
    margin-bottom: 1rem; }

.hs-gpc-info-box {
  padding: 2rem;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  /*border-right-width: 10px;
  border-bottom-width: 10px;*/
  box-shadow: 5px 5px 0px #ddd;
  margin: 1rem 0; }
  .hs-gpc-info-box ul {
    margin: 1rem 0;
    list-style: inherit; }
    .hs-gpc-info-box ul li {
      margin: 1rem; }
  .hs-gpc-info-box.hs-gpc-key-learning {
    background-color: #e1f0ff;
    border-color: #cde1ff;
    box-shadow: 5px 5px 0px #cde1ff; }

.gpc-main-content ol, .gpc-main-content ul {
  margin: 1rem 0 1rem 2rem;
  list-style: inherit; }
  .gpc-main-content ol li, .gpc-main-content ul li {
    margin: 1rem; }
.gpc-main-content h2 {
  margin: 1rem 0; }
.gpc-main-content .et_pb_slide_description .et_pb_slide_title {
  margin: 0; }
.gpc-main-content .hs-gpc-title {
  margin-bottom: 1rem; }
  .gpc-main-content .hs-gpc-title .hs-gpc-pdf {
    font-size: 0.75rem;
    font-weight: bold; }
  .gpc-main-content .hs-gpc-title .date-modified {
    font-size: 0.75rem; }
.gpc-main-content .hs-gpc-menu ol, .gpc-main-content .hs-gpc-menu ul {
  margin: 0;
  list-style: none; }
  .gpc-main-content .hs-gpc-menu ol li, .gpc-main-content .hs-gpc-menu ul li {
    margin: 0rem; }
.gpc-main-content .hs-gpc-menu .hs-gpc-menu-top-ul > .hs-gpc-menu-li {
  padding: 0.5rem; }
.gpc-main-content .hs-gpc-menu .hs-gpc-menu-sub-ul {
  margin: 1rem; }
.gpc-main-content .hs-gpc-menu .current-selected, .gpc-main-content .hs-gpc-menu .parent-selected {
  background-color: #f6f6fe; }
.gpc-main-content .hs-gpc-menu .current-selected > a {
  font-weight: bold; }
.gpc-main-content .et_pb_row .et_pb_row {
  padding: 0;
  width: 100%;
  max-width: none; }
.gpc-main-content .et_pb_row .et_pb_section {
  padding: 0; }

.et_pb_row.search-row {
  padding-top: 0;
  padding-bottom: 0; }

.et_pb_column_1_3 .hs-search-box:first-of-type {
  margin-top: 0; }

.hs-search-box {
  padding: 0.5rem 1rem 1rem 1rem;
  margin: 1rem 0;
  border: 1px solid #eee; }
  .hs-search-box .search-function-container {
    position: relative;
    width: 100%; }
    .hs-search-box .search-function-container input[type="search"] {
      width: 100%;
      padding: 0.5rem;
      font-size: 1rem;
      border: 0;
      position: relative;
      border: 1px solid;
      border-color: #eee; }
    .hs-search-box .search-function-container .search-icon {
      position: absolute;
      top: 0;
      right: 0;
      padding: 4px 8px 4px 4px; }
  .hs-search-box .search-label {
    font-size: 0.75rem;
    font-weight: bold; }

.hs-gpc-search-page .search-results {
  margin: 1rem 0; }
  .hs-gpc-search-page .search-results .search-result {
    margin: 1rem 0; }
.hs-gpc-search-page .search-results-count {
  font-size: 0.85rem;
  text-align: center; }

.hs-gpg-search-result {
  margin: 2rem 0; }
  .hs-gpg-search-result:first-child {
    margin-top: 0; }
  .hs-gpg-search-result:last-child {
    margin-bottom: 0; }
  .hs-gpg-search-result .hs-gpg-sr-meta, .hs-gpg-search-result .hs-gpg-download {
    font-size: 0.75rem;
    line-height: normal; }
  .hs-gpg-search-result .hs-gpg-download {
    font-weight: bold; }
  .hs-gpg-search-result .hs-gpg-content {
    margin: 0.5em 0; }
  .hs-gpg-search-result .hs-gpg-thumbnail {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    padding: 1rem; }
  .hs-gpg-search-result .hs-gpg-summary {
    display: inline-block;
    vertical-align: middle; }

.gpc-return-top {
  font-weight: bold;
  text-decoration: undegpgine;
  margin-bottom: 2rem; }

.footer-pagination-links {
  margin-top: 2rem;
  text-style: italic; }
  .footer-pagination-links .page-links {
    position: relative;
    width: 100%;
    margin-bottom: 1rem; }
    .footer-pagination-links .page-links:before, .footer-pagination-links .page-links:after {
      content: " "; }
    .footer-pagination-links .page-links:before {
      display: table;
      width: 100%; }
    .footer-pagination-links .page-links:after {
      display: block;
      width: 100%;
      clear: both; }
    .footer-pagination-links .page-links .previous-page, .footer-pagination-links .page-links .next-page {
      position: relative;
      width: 50%;
      float: left;
      min-height: 1px; }
    .footer-pagination-links .page-links .next-page {
      text-align: right; }
  .footer-pagination-links .section-links {
    margin-top: 1rem;
    position: relative;
    width: 100%;
    margin-bottom: 1rem; }
    .footer-pagination-links .section-links:before, .footer-pagination-links .section-links:after {
      content: " "; }
    .footer-pagination-links .section-links:before {
      display: table;
      width: 100%; }
    .footer-pagination-links .section-links:after {
      display: block;
      width: 100%;
      clear: both; }
    .footer-pagination-links .section-links .previous-section, .footer-pagination-links .section-links .next-section {
      position: relative;
      width: 50%;
      float: left;
      min-height: 1px; }
    .footer-pagination-links .section-links .next-section {
      text-align: right; }

.hs-rl-info-box {
  padding: 2rem;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  /*border-right-width: 10px;
  border-bottom-width: 10px;*/
  box-shadow: 5px 5px 0px #ddd;
  margin: 1rem 0; }
  .hs-rl-info-box ul {
    margin: 1rem 0;
    list-style: inherit; }
    .hs-rl-info-box ul li {
      margin: 1rem; }
  .hs-rl-info-box.hs-rl-key-learning {
    background-color: #e1f0ff;
    border-color: #cde1ff;
    box-shadow: 5px 5px 0px #cde1ff; }

.rl-main-content ol, .rl-main-content ul {
  margin: 1rem 0 1rem 2rem;
  list-style: inherit; }
  .rl-main-content ol li, .rl-main-content ul li {
    margin: 1rem; }
.rl-main-content h2 {
  margin: 1rem 0; }
  .rl-main-content h2.et_pb_slide_title {
    margin: 0; }
.rl-main-content .hs-rl-title {
  margin-bottom: 1rem; }
  .rl-main-content .hs-rl-title .hs-rl-pdf {
    font-size: 0.75rem;
    font-weight: bold; }
  .rl-main-content .hs-rl-title .date-modified {
    font-size: 0.75rem; }
.rl-main-content .hs-rl-menu {
  margin-top: 1rem; }
  .rl-main-content .hs-rl-menu ol, .rl-main-content .hs-rl-menu ul {
    margin: 0;
    list-style: none; }
    .rl-main-content .hs-rl-menu ol li, .rl-main-content .hs-rl-menu ul li {
      margin: 0rem; }
  .rl-main-content .hs-rl-menu .hs-rl-menu-sub-ul {
    margin: 1rem; }
  .rl-main-content .hs-rl-menu .current-selected > a, .rl-main-content .hs-rl-menu .parent-selected > a {
    font-weight: bold; }
  .rl-main-content .hs-rl-menu .current-selected > a {
    text-decoration: underline; }

.hs-rl-search-page .search-results {
  margin: 1rem 0; }
  .hs-rl-search-page .search-results .search-result {
    margin: 1rem 0; }

.rl-return-top {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 2rem; }

.hs-rl-search-result {
  margin: 2rem 0; }
  .hs-rl-search-result:first-child {
    margin-top: 0; }
  .hs-rl-search-result:last-child {
    margin-bottom: 0; }
  .hs-rl-search-result .hs-rl-sr-meta, .hs-rl-search-result .hs-rl-download {
    font-size: 0.75rem;
    line-height: normal; }
  .hs-rl-search-result .hs-rl-download {
    font-weight: bold; }
  .hs-rl-search-result .hs-rl-content {
    margin: 0.5em 0; }
  .hs-rl-search-result .hs-rl-thumbnail {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    padding: 1rem;
    width: 24%; }
  .hs-rl-search-result .hs-rl-summary {
    display: inline-block;
    vertical-align: middle;
    max-width: 75%; }

@media (max-width: 550px) {
  .hs-rl-search-result .hs-rl-thumbnail {
    width: 100%;
    display: block;
    margin: auto; }
  .hs-rl-search-result .hs-rl-summary {
    display: block;
    width: 100%;
    max-width: none; } }
.hs-rl-file-download {
  position: relative;
  width: 100%; }
  .hs-rl-file-download .hs-rl-thumbnail {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    padding: 1rem; }
  .hs-rl-file-download .hs-rl-download {
    font-size: 0.75rem;
    line-height: normal; }
  .hs-rl-file-download .hs-rl-download {
    font-weight: bold; }
  .hs-rl-file-download .hs-rl-summary {
    display: inline-block;
    vertical-align: middle; }

.search-function-advanced-controller {
  cursor: pointer;
  font-weight: bold;
  font-size: 0.85rem;
  margin-top: 0.5rem; }

.search-function-advanced-options {
  margin-top: 1rem;
  position: relative;
  width: 100%;
  display: none; }
  .search-function-advanced-options.active {
    display: block; }
  .search-function-advanced-options .search-function-advanced-option {
    position: relative;
    width: 100%;
    display: table; }
    .search-function-advanced-options .search-function-advanced-option:last-child {
      margin-bottom: 1rem; }
  .search-function-advanced-options .sf-label {
    display: table-cell;
    padding: 1rem;
    width: 25%;
    vertical-align: middle; }
  .search-function-advanced-options .sf-input {
    display: table-cell;
    width: 75%;
    padding: 1rem;
    vertical-align: middle;
    line-height: normal; }
  .search-function-advanced-options .sf-input select {
    width: 100%; }
  .search-function-advanced-options .sf-input input {
    width: 100%; }

.et_pb_column_1_3 .search-function-advanced-options {
  font-size: 0.75rem; }
  .et_pb_column_1_3 .search-function-advanced-options .sf-label {
    padding: 0;
    line-height: normal; }
  .et_pb_column_1_3 .search-function-advanced-options .sf-input {
    padding: 0.5rem;
    line-height: normal; }
  .et_pb_column_1_3 .search-function-advanced-options .ui.selection.dropdown .menu > .item {
    font-size: 0.75rem; }

/*Drop down*/
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0; }

.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
  min-width: 14em;
  min-height: 2.7142em;
  background: #FFF;
  display: inline-block;
  padding: .78571429em 2.1em .78571429em 1em;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: .28571429rem;
  -webkit-transition: box-shadow .1s ease,width .1s ease;
  transition: box-shadow .1s ease,width .1s ease; }

.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: 0;
  text-align: left;
  -webkit-transition: box-shadow .1s ease,width .1s ease;
  transition: box-shadow .1s ease,width .1s ease;
  -webkit-tap-highlight-color: transparent; }

.ui.fluid.dropdown > .dropdown.icon {
  float: right; }

.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.2142em;
  top: .78571429em;
  right: 1em;
  z-index: 3;
  margin: -.78571429em;
  padding: .78571429em;
  opacity: .8;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease; }

.ui.dropdown > .dropdown.icon {
  font-family: Dropdown;
  line-height: 1;
  height: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  width: auto; }

.ui.dropdown > .dropdown.icon {
  position: relative;
  font-size: .85714286em;
  margin: 0 0 0 1em; }

i.icon, i.icons {
  font-size: 1em; }

i.icon {
  display: inline-block;
  opacity: 1;
  margin: 0 .25rem 0 0;
  width: 1.18em;
  height: 1em;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.ui.default.dropdown:not(.button) > .text, .ui.dropdown:not(.button) > .default.text {
  color: rgba(191, 191, 191, 0.87); }

.ui.dropdown > .text {
  display: inline-block;
  -webkit-transition: none;
  transition: none; }

@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem; } }
@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem; } }
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0 !important;
  outline: 0;
  margin: 0 -1px;
  min-width: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 0 0 .28571429rem .28571429rem;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease; }

.ui.dropdown .menu {
  left: 0; }

.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: 0;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding: 0;
  background: #FFF;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: .28571429rem;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  z-index: 11;
  will-change: transform,opacity; }

.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #FAFAFA;
  padding: 0.78571rem 1.14286rem !important;
  white-space: normal;
  word-wrap: normal; }

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0; }

.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571rem 1.14286rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
  box-shadow: none;
  -webkit-touch-callout: none; }

.ui.dropdown .menu > * {
  white-space: nowrap; }

.hs-network-map {
  position: relative;
  width: 100%;
  padding-bottom: 67.5%; }
  .hs-network-map .hs-network-map-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.hs-map-outer-container .hs-location-search-input, .hs-map-outer-container input[name="hs-location-search-input"] {
  max-width: 650px; }
.hs-map-outer-container .hs-location-search-results {
  font-weight: bold;
  font-size: 0.85rem; }

.hs-network-map-info-holder .hs-network-map-info-ind {
  display: none; }
  .hs-network-map-info-holder .hs-network-map-info-ind.active {
    display: block; }
  .hs-network-map-info-holder .hs-network-map-info-ind .hs-nm-logo {
    position: relative;
    max-width: 100%;
    text-align: center; }
  .hs-network-map-info-holder .hs-network-map-info-ind .hs-nm-info-title {
    font-weight: bold; }
  .hs-network-map-info-holder .hs-network-map-info-ind .hs-nm-info-address, .hs-network-map-info-holder .hs-network-map-info-ind .hs-nm-info-contact-details {
    margin: 1rem 0; }
  .hs-network-map-info-holder .hs-network-map-info-ind .hs-nm-info-address, .hs-network-map-info-holder .hs-network-map-info-ind .hs-nm-info-contact-details {
    font-size: 0.85rem; }
  .hs-network-map-info-holder .hs-network-map-info-ind .label {
    font-weight: bold; }

.hs-location-search-results-results {
  position: relative;
  width: 100%;
  margin: 1rem 0; }
  .hs-location-search-results-results:before {
    display: table;
    content: ' ';
    width: 100%; }
  .hs-location-search-results-results:after {
    display: block;
    content: ' ';
    clear: both; }
  .hs-location-search-results-results .hs-location-search-view-member {
    position: relative;
    width: 24%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
    .hs-location-search-results-results .hs-location-search-view-member:hover {
      background-color: #eee; }
    .hs-location-search-results-results .hs-location-search-view-member .hs-location-search-view-member-inner-container {
      padding: 0.5rem; }
    .hs-location-search-results-results .hs-location-search-view-member .title {
      font-size: 1rem;
      font-weight: bold; }
    .hs-location-search-results-results .hs-location-search-view-member .location {
      font-size: 0.75rem; }

a.leaflet-control-zoom-in, a.leaflet-control-zoom-out {
  cursor: pointer; }

.leaflet-popup-content {
  font-size: 0.75rem; }
  .leaflet-popup-content div {
    font-size: inherit; }
  .leaflet-popup-content .logo {
    max-width: 150px;
    margin: auto;
    text-align: center; }
  .leaflet-popup-content .logo img {
    max-width: 100%;
    height: auto; }
  .leaflet-popup-content .name {
    font-size: inherit;
    margin: 1rem 0;
    letter-spacing: normal;
    font-weight: bold; }
  .leaflet-popup-content .address {
    margin: 1rem 0;
    letter-spacing: normal; }
  .leaflet-popup-content .address p {
    margin: 0;
    letter-spacing: normal;
    font-size: inherit; }

.hs-map-search-container {
  position: relative;
  width: 100%; }
  .hs-map-search-container .hs-map-search-map {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0; }
  .hs-map-search-container .hs-map-search-map-container {
    position: relative;
    width: 100%;
    padding-bottom: 50%; }

.hs-location-list-map {
  width: 95%; }
  .hs-location-list-map .hs-location-list-item .inner-container {
    display: table;
    width: 100%;
    padding: .5rem;
    font-weight: bold; }
  .hs-location-list-map .hs-location-list-item .hs-location-list-item-location-name {
    display: table-cell;
    width: 80%;
    vertical-align: middle; }
  .hs-location-list-map .hs-location-list-item .del-loc {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    cursor: pointer; }
  .hs-location-list-map.active .hs-location-list-item.temporary {
    display: none; }

.style-1 input[type="text"] {
  width: 100%; }
.style-1 .hs-location-search.et_pb_column_single {
  padding-top: 0; }

.style-1 .hs-network-map {
  height: 85vh;
  padding-bottom: 0;
  /*padding-bottom: 75%;*/ }
.admin-bar .style-1 .hs-network-map {
  height: 80vh;
}  
.style-1 .hs-location-search-results-results .hs-location-search-view-member {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer; }
  .style-1 .hs-location-search-results-results .hs-location-search-view-member .hs-location-search-view-member-inner-container {
    padding: 0.5rem 0; }
  .style-1 .hs-location-search-results-results .hs-location-search-view-member .title {
    line-height: normal; }
  .style-1 .hs-location-search-results-results .hs-location-search-view-member .location {
    line-height: normal;
    font-weight: 200; }
    .style-1 .hs-location-search-results-results .hs-location-search-view-member .location p {
      line-height: normal;
      font-weight: 200; }
.style-1 .hs-network-map-info-holder .hs-network-map-info-ind.active {
  display: table; }
  .style-1 .hs-network-map-info-holder .hs-network-map-info-ind.active .hs-nm-logo {
    position: relative;
    width: 25%;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    padding: 1rem; }
  .style-1 .hs-network-map-info-holder .hs-network-map-info-ind.active .hs-nm-details {
    display: table-cell;
    vertical-align: middle;
    padding: 1rem; }
.style-1 .leaflet-popup-content .view-contact-info {
  margin: 1rem 0;
  font-weight: bold;
  cursor: pointer; }

.hs-network-map-info-container {
  position: relative;
  padding-top: 0; }

.hs-location-search .location-search.location-search-roi {
  display: none; }
.hs-location-search.show-roi .location-search.location-search-roi {
  display: block; }
.hs-location-search.show-roi .location-search.location-search-uk {
  display: none; }

@media (min-width: 981px) {
  .style-1 .et_pb_gutters3 .et_pb_column_1_4 {
    margin-right: 2.25%;
    width: 23.125%; } }
.et_pb_hs_testimonial .hst-author-information {
  position: relative;
  width: 100%; }
  .et_pb_hs_testimonial .hst-author-information .hst-ai-author-table-container {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 16px; }
  .et_pb_hs_testimonial .hst-author-information .hst-ai-author-img {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    max-width: 100px;
    min-width: 100px; }
    .et_pb_hs_testimonial .hst-author-information .hst-ai-author-img img {
      max-width: 100%;
      display: block; }
  .et_pb_hs_testimonial .hst-author-information .hst-ai-author-info {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 1rem; }
    .et_pb_hs_testimonial .hst-author-information .hst-ai-author-info .et_pb_testimonial_author {
      margin-top: 0; }
.et_pb_hs_testimonial .et_pb_column_1_3 .hst-author-information .hst-ai-author-table-container, .et_pb_hs_testimonial .et_pb_column_1_4 .hst-author-information .hst-ai-author-table-container, .et_pb_hs_testimonial .et_pb_column_1_5 .hst-author-information .hst-ai-author-table-container, .et_pb_hs_testimonial .et_pb_column_1_6 .hst-author-information .hst-ai-author-table-container {
  display: block; }
.et_pb_hs_testimonial .et_pb_column_1_3 .hst-author-information .hst-ai-author-img, .et_pb_hs_testimonial .et_pb_column_1_4 .hst-author-information .hst-ai-author-img, .et_pb_hs_testimonial .et_pb_column_1_5 .hst-author-information .hst-ai-author-img, .et_pb_hs_testimonial .et_pb_column_1_6 .hst-author-information .hst-ai-author-img {
  display: block;
  text-align: center;
  margin: auto; }
.et_pb_hs_testimonial .et_pb_column_1_3 .hst-author-information .hst-ai-author-info, .et_pb_hs_testimonial .et_pb_column_1_4 .hst-author-information .hst-ai-author-info, .et_pb_hs_testimonial .et_pb_column_1_5 .hst-author-information .hst-ai-author-info, .et_pb_hs_testimonial .et_pb_column_1_6 .hst-author-information .hst-ai-author-info {
  display: block;
  padding: 0; }

.unit-module-title {
  margin: 3rem 0 3rem 0;
  border-bottom: 1px solid;
  padding: 1rem 0; }
  .unit-module-title h4 {
    font-size: 26px;
    line-height: 1.5;
    padding-bottom: 0.5em;
    font-weight: 700; }
  .unit-module-title h1 {
    padding: 0;
    font-size: 24px; }
  .unit-module-title .unit-modified {
    font-size: 14px; }

.unit-header-summary h4 {
  padding: 0;
  font-size: 20px; }
.unit-header-summary .submenu-main-container {
  font-size: 16px; }

.text_module p, .text_module ul {
  max-width: 720px; }
.text_module ul, .text_module ol {
  list-style: inherit;
  padding: 0 1rem; }
  .text_module ul li, .text_module ol li {
    padding: 0 1rem;
    margin-bottom: 1rem; }

.submit-elements-data-button, .save_progress {
  text-align: center;
  font-size: 1rem;
  background-color: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
  height: 2.5em;
  line-height: 2.5;
  margin: 0.25em;
  padding: 0 1em;
  width: 14em;
  color: inherit;
  background: none;
  color: inherit;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-sizing: content-box;
  cursor: pointer;
  word-break: normal; }
  .submit-elements-data-button.apply-button-enrolled, .save_progress.apply-button-enrolled {
    margin-top: 25px; }

.unit-content .return-top-content {
  font-size: 0.75em; }
.unit-content .module_description ul, .unit-content .module_description ol {
  list-style: initial;
  margin: 1rem; }
  .unit-content .module_description ul li, .unit-content .module_description ol li {
    padding: 0 1rem;
    margin: 1rem; }
.unit-content .front-single-module-save {
  margin-bottom: 1rem; }
.unit-content .module_grade .module_grade_left, .unit-content .module_grade .module_grade_right {
  display: block; }
.unit-content .radio_input_module .correct, .unit-content .radio_input_module .incorrect {
  background-image: none; }
.unit-content .module_textarea_input {
  font-size: 1rem; }
  .unit-content .module_textarea_input textarea {
    height: 300px; }
.unit-content h2.module_title {
  font-size: 18px;
  line-height: 1.3; }
.unit-content .module_file_input {
  margin-top: 0; }

#modules_form input[type="submit"].apply-button-enrolled.submit-elements-data-button {
  float: none;
  margin-top: 0; }

#navigation-pagination.navigation {
  margin-top: 5px; }

.single-course .unit-content {
  margin-top: -30px; }
.single-course .tree li label {
  float: none;
  width: 100%; }
.single-course .tree li {
  margin: 0; }
  .single-course .tree li p {
    display: none; }
.single-course .tree .tree-page-left {
  overflow: initial;
  white-space: normal;
  float: none; }
.single-course .course_structure_unit_label.single_column .tree-unit-left {
  overflow: initial;
  white-space: normal;
  float: none; }
.single-course .course-structure-block ul.tree {
  margin: 0; }
  .single-course .course-structure-block ul.tree ul {
    margin: 1rem 0; }

.single-unit .workbook_units.cp-wrap {
  padding: 2rem 0;
  border-bottom: 1px solid; }
  .single-unit .workbook_units.cp-wrap .unit_title {
    margin-bottom: 1rem; }
    .single-unit .workbook_units.cp-wrap .unit_title h3 {
      line-height: normal; }

.unit-archive-single .progress-report {
  margin: 1rem 0 3rem 0; }
  .unit-archive-single .progress-report .progress-report-table {
    position: relative;
    width: 100%; }
    .unit-archive-single .progress-report .progress-report-table th, .unit-archive-single .progress-report .progress-report-table td {
      padding: 1rem;
      border-bottom: 1px solid #ddd; }
    .unit-archive-single .progress-report .progress-report-table tbody td {
      vertical-align: top;
      padding: 1rem; }
      .unit-archive-single .progress-report .progress-report-table tbody td.tb-element {
        max-width: 35%;
        width: 35%; }
    .unit-archive-single .progress-report .progress-report-table .tb-progress .traffic-light-controller .traffic-light-container, .unit-archive-single .progress-report .progress-report-table .tb-progress .traffic-light-controller .traffic-light-value {
      position: relative;
      display: table-cell;
      vertical-align: middle; }
    .unit-archive-single .progress-report .progress-report-table .tb-progress .traffic-light-controller .traffic-light {
      position: relative;
      width: 15px;
      height: 15px;
      border-radius: 9999px;
      border-style: solid;
      border-width: 1px;
      border-color: #ddd;
      background-color: #eee;
      margin-right: 1rem; }
    .unit-archive-single .progress-report .progress-report-table .tb-progress .traffic-light-controller.active .traffic-light.tlc_none {
      background-color: #959595;
      border-color: #9d9d9d; }
    .unit-archive-single .progress-report .progress-report-table .tb-progress .traffic-light-controller.active .traffic-light.tlc_red {
      background-color: #f45036;
      -webkit-box-shadow: 0px 0px 10px 1px #f45036;
      -moz-box-shadow: 0px 0px 10px 1px #f45036;
      box-shadow: 0px 0px 10px 1px #f45036;
      border-color: #f88f7f; }
    .unit-archive-single .progress-report .progress-report-table .tb-progress .traffic-light-controller.active .traffic-light.tlc_orange {
      background-color: #ffc107;
      -webkit-box-shadow: 0px 0px 10px 1px #ffc107;
      -moz-box-shadow: 0px 0px 10px 1px #ffc107;
      box-shadow: 0px 0px 10px 1px #ffc107;
      border-color: #ffd454; }
    .unit-archive-single .progress-report .progress-report-table .tb-progress .traffic-light-controller.active .traffic-light.tlc_green {
      background-color: #8bc34a;
      -webkit-box-shadow: 0px 0px 10px 1px #8bc34a;
      -moz-box-shadow: 0px 0px 10px 1px #8bc34a;
      box-shadow: 0px 0px 10px 1px #8bc34a;
      border-color: #b0d683; }

.units-summary-container {
  margin: 1rem 0; }
  .units-summary-container .units-archive-list li {
    margin: 1rem 0; }
    .units-summary-container .units-archive-list li .unit-archive-single-title {
      font-weight: bold; }

.course_category-quality-assurance-framework h1.entry-title {
  font-size: 20px; }
.course_category-quality-assurance-framework h1.h1-about-course, .course_category-quality-assurance-framework h1.h1-about-course {
  font-size: 16px; }


.buddypress #main-footer{
  margin-top: 4rem;

}
.buddypress #main-content .container:before{
  content: none;
}

a.grassblade_launch_link {
    padding: 1rem;
    background-color: #2ea3f2;
    color: white;
    display: block;
    font-weight: 600;
    max-width: 320px;
    position: relative;
    padding-right: 2rem;
}

a.grassblade_launch_link:after { font-family: ETmodules;content: "5";font-size: 16px;position: absolute;right: 7px;top: 0;font-weight: 800;bottom: 0;height: 16px;width: 16px;line-height: 16px;margin: auto;}

.hs-ld-breadcrumb{
	margin-bottom: 2rem;
}

.sfwd-unit-content .learndash_content{
    margin: 1rem 0 3rem 0;
}

.sfwd-unit-content .learndash_content p{
	margin-bottom: 1em !important;
}

.sfwd-unit-content .learndash_content h1, .sfwd-unit-content .learndash_content h2, .sfwd-unit-content .learndash_content h3, .sfwd-unit-content .learndash_content h4, .sfwd-unit-content .learndash_content h5, .sfwd-unit-content .learndash_content h6 {
	margin-bottom: 1em !important;
	padding-bottom: 0;
}

.sfwd-unit-content .learndash_content ol, .sfwd-unit-content .learndash_content ul{
	margin-bottom: 1em !important;
	list-style: revert;
}

.sfwd-unit-content .learndash_content ol li, .sfwd-unit-content .learndash_content ul li{
	margin-left: 1em;
    padding-left: 1em;
    margin-bottom: .5em;
}

.sfwd-unit-content .learndash_content ol>li:last-of-type, .sfwd-unit-content .learndash_content ul>li:last-of-type{
	margin-bottom: 0;
}

.hs-box-shadow{
  box-shadow: 10px 10px 0px 0px #F3D561;
}
.hs-box-shadow.md{
  box-shadow: 20px 20px 0px 0px #F3D561;
}
.hs-box-shadow.lg{
  box-shadow: 35px 35px 0px 0px #F3D561;
}


.hs-box-shadow.bl{
  box-shadow: -10px 10px 0px 0px #F3D561;
}
.hs-box-shadow.bl.md{
  box-shadow: -20px 20px 0px 0px #F3D561;
}
.hs-box-shadow.bl.lg{
  box-shadow: -35px 35px 0px 0px #F3D561;
}


.hs-box-shadow.cream{
  box-shadow: 10px 10px 0px 0px #FFFAEC;
}
.hs-box-shadow.md.cream{
  box-shadow: 20px 20px 0px 0px #FFFAEC;
}
.hs-box-shadow.lg.cream{
  box-shadow: 35px 35px 0px 0px #FFFAEC;
}


.hs-box-shadow.bl.cream{
  box-shadow: -10px 10px 0px 0px #FFFAEC;
}
.hs-box-shadow.bl.md.cream{
  box-shadow: -20px 20px 0px 0px #FFFAEC;
}
.hs-box-shadow.bl.lg.cream{
  box-shadow: -35px 35px 0px 0px #FFFAEC;
}

.hs-box-shadow.light-green{
  box-shadow: 10px 10px 0px 0px #7DD8A6;
}
.hs-box-shadow.md.light-green{
  box-shadow: 20px 20px 0px 0px #7DD8A6;
}
.hs-box-shadow.lg.light-green{
  box-shadow: 35px 35px 0px 0px #7DD8A6;
}


.hs-box-shadow.bl.light-green{
  box-shadow: -10px 10px 0px 0px #7DD8A6;
}
.hs-box-shadow.bl.md.light-green{
  box-shadow: -20px 20px 0px 0px #7DD8A6;
}
.hs-box-shadow.bl.lg.light-green{
  box-shadow: -35px 35px 0px 0px #7DD8A6;
}

.hs-box-shadow.light-green-2{
  box-shadow: 10px 10px 0px 0px #B5E8CA;
}
.hs-box-shadow.md.light-green-2{
  box-shadow: 20px 20px 0px 0px #B5E8CA;
}
.hs-box-shadow.lg.light-green-2{
  box-shadow: 35px 35px 0px 0px #B5E8CA;
}


.hs-box-shadow.bl.light-green-2{
  box-shadow: -10px 10px 0px 0px #B5E8CA;
}
.hs-box-shadow.bl.md.light-green-2{
  box-shadow: -20px 20px 0px 0px #B5E8CA;
}
.hs-box-shadow.bl.lg.light-green-2{
  box-shadow: -35px 35px 0px 0px #B5E8CA;
}

.hs-box-shadow.light-green-3{
  box-shadow: 10px 10px 0px 0px #47A573;
}
.hs-box-shadow.md.light-green-3{
  box-shadow: 20px 20px 0px 0px #47A573;
}
.hs-box-shadow.lg.light-green-3{
  box-shadow: 35px 35px 0px 0px #47A573;
}


.hs-box-shadow.bl.light-green-3{
  box-shadow: -10px 10px 0px 0px #47A573;
}
.hs-box-shadow.bl.md.light-green-3{
  box-shadow: -20px 20px 0px 0px #47A573;
}
.hs-box-shadow.bl.lg.light-green-3{
  box-shadow: -35px 35px 0px 0px #47A573;
}

.hs-box-shadow.blue{
  box-shadow: 10px 10px 0px 0px #152137;
}
.hs-box-shadow.md.blue{
  box-shadow: 20px 20px 0px 0px #152137;
}
.hs-box-shadow.lg.blue{
  box-shadow: 35px 35px 0px 0px #152137;
}

.hs-box-shadow.bl.blue{
  box-shadow: -10px 10px 0px 0px #152137;
}
.hs-box-shadow.bl.md.blue{
  box-shadow: -20px 20px 0px 0px #152137;
}
.hs-box-shadow.bl.lg.blue{
  box-shadow: -35px 35px 0px 0px #152137;
}

.hs-testimonial-w-icon{
  border-radius: 20px !important;
  overflow: visible !important;
}
.hs-content-rounded-corners{
  border-radius: 20px !important;
}


.gpc-main-content .hs-gpc-menu-add-sub-ul{
  padding-left:  1rem;
}


:root {
  /* Semi circle logo */
  --mask-semi-circle-logo-arch-white: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffffff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");
  --mask-semi-circle-logo-arch-yellow: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23F3D561; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");  
  --mask-semi-circle-logo-arch-light-green: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %237DD8A6; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");
  --mask-semi-circle-logo-arch-light-green-2: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23B5E8CA; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");
  --mask-semi-circle-logo-arch-light-green-3: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2347A573; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");
  --mask-semi-circle-logo-arch-light-green-4: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23345945; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");
  --mask-semi-circle-logo-arch-blue: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23152137; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");
  --mask-semi-circle-logo-arch-cream: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23FFFAEC; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");

  /* Semi circle logo (Preserve Ratio) */

  --mask-semi-circle-logo-arch-pr-white: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffffff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");
  --mask-semi-circle-logo-arch-pr-yellow: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23F3D561; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");  
  --mask-semi-circle-logo-arch-pr-light-green: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %237DD8A6; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");
  --mask-semi-circle-logo-arch-pr-light-green-2: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23B5E8CA; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");
  --mask-semi-circle-logo-arch-pr-light-green-3: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2347A573; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");
  --mask-semi-circle-logo-arch-pr-light-green-4: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23345945; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");
  --mask-semi-circle-logo-arch-pr-blue: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23152137; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");
  --mask-semi-circle-logo-arch-pr-cream: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1905 658'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23FFFAEC; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M-5.13-11.3V660.41H743.97c.73-319.73,260.14-578.7,580.04-578.7s579.31,258.97,580.04,578.7h5.95V-11.3H-5.13Z'/%3E%3Cpath class='cls-1' d='M1324.01,523.99c-75.64,0-137.03,60.96-137.75,136.42h275.51c-.72-75.47-62.11-136.42-137.75-136.42Z'/%3E%3C/svg%3E");

  /* Line mask */
  --mask-line: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1905 658' %3E%3Cpath class='cls-1' fill='%23f3d76a' d='M731.66,711.6c-256.8-16.76-518.75-71.5-745.57-204.44,0-1.73,0-3.45,0-5.18,4.19-4.91,8.28-4.76,13.9-1.51,144.86,83.68,304.75,136.98,467.93,167.11,361.57,59.98,746.76,42.11,1087.55-104.8-126.34-48.65-122.3-211.75,7.41-236.78,2.52,0,5.04,0,7.56,0,72.28,8.36,106.46,66.52,102.09,126.94-4.14,52.1-39.5,81.12-80.36,104.19-.54,.35-.61,1.44-1.3,3.21,154.55,36.84,322.83,41.99,473.03-16.85,7.14-3.05,14.1-12.72,22.9-2.69v5.18c-158.21,73.43-344.04,62.44-509.91,23.61-206.44,90.64-433.62,128.29-656.3,142.02h-188.91Zm838.12-371.05c-111.44,3.14-128.59,157.14-26.55,202.34,18.76,11.15,34.27,10.98,52.79-1.58,32.14-21.8,60.42-44.9,64.49-88.19,4.79-50.87-26.58-113.23-90.74-112.57Z'/%3E%3C/svg%3E");

  /* Top left */
  --mask-arch-tl-white: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffffff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,0H0V130C3.96,60.01,60.01,3.96,130,0Z'/%3E%3C/svg%3E");
  --mask-arch-tl-yellow: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23F3D561; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,0H0V130C3.96,60.01,60.01,3.96,130,0Z'/%3E%3C/svg%3E");
  --mask-arch-tl-light-green: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %237DD8A6; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,0H0V130C3.96,60.01,60.01,3.96,130,0Z'/%3E%3C/svg%3E");
  --mask-arch-tl-light-green-2: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23B5E8CA; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,0H0V130C3.96,60.01,60.01,3.96,130,0Z'/%3E%3C/svg%3E");
  --mask-arch-tl-light-green-3: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2347A573; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,0H0V130C3.96,60.01,60.01,3.96,130,0Z'/%3E%3C/svg%3E");
  --mask-arch-tl-light-green-4: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23345945; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,0H0V130C3.96,60.01,60.01,3.96,130,0Z'/%3E%3C/svg%3E");
  --mask-arch-tl-blue: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23152137; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,0H0V130C3.96,60.01,60.01,3.96,130,0Z'/%3E%3C/svg%3E");
  --mask-arch-tl-cream: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23FFFAEC; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,0H0V130C3.96,60.01,60.01,3.96,130,0Z'/%3E%3C/svg%3E");  

  /* Bottom left */
  --mask-arch-bl-white: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffffff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0V130H130C60.01,126.04,3.96,69.99,0,0Z'/%3E%3C/svg%3E");
  --mask-arch-bl-yellow: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23F3D561; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0V130H130C60.01,126.04,3.96,69.99,0,0Z'/%3E%3C/svg%3E");
  --mask-arch-bl-light-green: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %237DD8A6; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0V130H130C60.01,126.04,3.96,69.99,0,0Z'/%3E%3C/svg%3E");
  --mask-arch-bl-light-green-2: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23B5E8CA; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0V130H130C60.01,126.04,3.96,69.99,0,0Z'/%3E%3C/svg%3E");
  --mask-arch-bl-light-green-3: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2347A573; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0V130H130C60.01,126.04,3.96,69.99,0,0Z'/%3E%3C/svg%3E");
  --mask-arch-bl-light-green-4: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23345945; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0V130H130C60.01,126.04,3.96,69.99,0,0Z'/%3E%3C/svg%3E");
  --mask-arch-bl-blue: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23152137; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0V130H130C60.01,126.04,3.96,69.99,0,0Z'/%3E%3C/svg%3E");
  --mask-arch-bl-cream: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23FFFAEC; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0V130H130C60.01,126.04,3.96,69.99,0,0Z'/%3E%3C/svg%3E");  

  /* Top right */
  --mask-arch-tr-white: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffffff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,130V0H0C69.99,3.96,126.04,60.01,130,130Z'/%3E%3C/svg%3E");
  --mask-arch-tr-yellow: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23F3D561; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,130V0H0C69.99,3.96,126.04,60.01,130,130Z'/%3E%3C/svg%3E");
  --mask-arch-tr-light-green: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %237DD8A6; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,130V0H0C69.99,3.96,126.04,60.01,130,130Z'/%3E%3C/svg%3E");
  --mask-arch-tr-light-green-2: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23B5E8CA; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,130V0H0C69.99,3.96,126.04,60.01,130,130Z'/%3E%3C/svg%3E");
  --mask-arch-tr-light-green-3: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2347A573; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,130V0H0C69.99,3.96,126.04,60.01,130,130Z'/%3E%3C/svg%3E");
  --mask-arch-tr-light-green-4: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23345945; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,130V0H0C69.99,3.96,126.04,60.01,130,130Z'/%3E%3C/svg%3E");
  --mask-arch-tr-blue: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23152137; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,130V0H0C69.99,3.96,126.04,60.01,130,130Z'/%3E%3C/svg%3E");
  --mask-arch-tr-cream: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23FFFAEC; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130,130V0H0C69.99,3.96,126.04,60.01,130,130Z'/%3E%3C/svg%3E");  

  /* Bottom right */
  --mask-arch-br-white: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffffff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,130H130V0C126.04,69.99,69.99,126.04,0,130Z'/%3E%3C/svg%3E");
  --mask-arch-br-yellow: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23F3D561; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,130H130V0C126.04,69.99,69.99,126.04,0,130Z'/%3E%3C/svg%3E");
  --mask-arch-br-light-green: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %237DD8A6; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,130H130V0C126.04,69.99,69.99,126.04,0,130Z'/%3E%3C/svg%3E");
  --mask-arch-br-light-green-2: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23B5E8CA; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,130H130V0C126.04,69.99,69.99,126.04,0,130Z'/%3E%3C/svg%3E");
  --mask-arch-br-light-green-3: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2347A573; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,130H130V0C126.04,69.99,69.99,126.04,0,130Z'/%3E%3C/svg%3E");
  --mask-arch-br-light-green-4: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23345945; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,130H130V0C126.04,69.99,69.99,126.04,0,130Z'/%3E%3C/svg%3E");
  --mask-arch-br-blue: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23152137; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,130H130V0C126.04,69.99,69.99,126.04,0,130Z'/%3E%3C/svg%3E");
  --mask-arch-br-cream: url("data:image/svg+xml,%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23FFFAEC; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,130H130V0C126.04,69.99,69.99,126.04,0,130Z'/%3E%3C/svg%3E");  

  /* Complete arch left */
  --mask-arch-complete-left-white: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffffff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,263.72v207.28H195.39C90.2,464.68,5.95,375.31,0,263.72Z'/%3E%3Cpath class='cls-1' d='M195.39,0H0V207.28C5.95,95.69,90.2,6.32,195.39,0Z'/%3E%3C/svg%3E");
  --mask-arch-complete-left-yellow: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23F3D561; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,263.72v207.28H195.39C90.2,464.68,5.95,375.31,0,263.72Z'/%3E%3Cpath class='cls-1' d='M195.39,0H0V207.28C5.95,95.69,90.2,6.32,195.39,0Z'/%3E%3C/svg%3E");
  --mask-arch-complete-left-light-green: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %237DD8A6; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,263.72v207.28H195.39C90.2,464.68,5.95,375.31,0,263.72Z'/%3E%3Cpath class='cls-1' d='M195.39,0H0V207.28C5.95,95.69,90.2,6.32,195.39,0Z'/%3E%3C/svg%3E");
  --mask-arch-complete-left-light-green-2: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23B5E8CA; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,263.72v207.28H195.39C90.2,464.68,5.95,375.31,0,263.72Z'/%3E%3Cpath class='cls-1' d='M195.39,0H0V207.28C5.95,95.69,90.2,6.32,195.39,0Z'/%3E%3C/svg%3E");
  --mask-arch-complete-left-light-green-3: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2347A573; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,263.72v207.28H195.39C90.2,464.68,5.95,375.31,0,263.72Z'/%3E%3Cpath class='cls-1' d='M195.39,0H0V207.28C5.95,95.69,90.2,6.32,195.39,0Z'/%3E%3C/svg%3E");
  --mask-arch-complete-left-light-green-4: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23345945; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,263.72v207.28H195.39C90.2,464.68,5.95,375.31,0,263.72Z'/%3E%3Cpath class='cls-1' d='M195.39,0H0V207.28C5.95,95.69,90.2,6.32,195.39,0Z'/%3E%3C/svg%3E");
  --mask-arch-complete-left-blue: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23152137; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,263.72v207.28H195.39C90.2,464.68,5.95,375.31,0,263.72Z'/%3E%3Cpath class='cls-1' d='M195.39,0H0V207.28C5.95,95.69,90.2,6.32,195.39,0Z'/%3E%3C/svg%3E");
  --mask-arch-complete-left-cream: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23FFFAEC; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,263.72v207.28H195.39C90.2,464.68,5.95,375.31,0,263.72Z'/%3E%3Cpath class='cls-1' d='M195.39,0H0V207.28C5.95,95.69,90.2,6.32,195.39,0Z'/%3E%3C/svg%3E");
  
  /* Complete arch right */
  --mask-arch-complete-right-white: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffffff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1356,207.28V0h-195.39c105.19,6.32,189.43,95.69,195.39,207.28Z'/%3E%3Cpath class='cls-1' d='M1160.61,471h195.39v-207.28c-5.95,111.59-90.2,200.96-195.39,207.28Z'/%3E%3C/svg%3E");
  --mask-arch-complete-right-yellow: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23F3D561; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1356,207.28V0h-195.39c105.19,6.32,189.43,95.69,195.39,207.28Z'/%3E%3Cpath class='cls-1' d='M1160.61,471h195.39v-207.28c-5.95,111.59-90.2,200.96-195.39,207.28Z'/%3E%3C/svg%3E");
  --mask-arch-complete-right-light-green: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %237DD8A6; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1356,207.28V0h-195.39c105.19,6.32,189.43,95.69,195.39,207.28Z'/%3E%3Cpath class='cls-1' d='M1160.61,471h195.39v-207.28c-5.95,111.59-90.2,200.96-195.39,207.28Z'/%3E%3C/svg%3E");
  --mask-arch-complete-right-light-green-2: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23B5E8CA; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1356,207.28V0h-195.39c105.19,6.32,189.43,95.69,195.39,207.28Z'/%3E%3Cpath class='cls-1' d='M1160.61,471h195.39v-207.28c-5.95,111.59-90.2,200.96-195.39,207.28Z'/%3E%3C/svg%3E");
  --mask-arch-complete-right-light-green-3: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2347A573; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1356,207.28V0h-195.39c105.19,6.32,189.43,95.69,195.39,207.28Z'/%3E%3Cpath class='cls-1' d='M1160.61,471h195.39v-207.28c-5.95,111.59-90.2,200.96-195.39,207.28Z'/%3E%3C/svg%3E");
  --mask-arch-complete-right-light-green-4: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23345945; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1356,207.28V0h-195.39c105.19,6.32,189.43,95.69,195.39,207.28Z'/%3E%3Cpath class='cls-1' d='M1160.61,471h195.39v-207.28c-5.95,111.59-90.2,200.96-195.39,207.28Z'/%3E%3C/svg%3E");
  --mask-arch-complete-right-blue: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23152137; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1356,207.28V0h-195.39c105.19,6.32,189.43,95.69,195.39,207.28Z'/%3E%3Cpath class='cls-1' d='M1160.61,471h195.39v-207.28c-5.95,111.59-90.2,200.96-195.39,207.28Z'/%3E%3C/svg%3E");
  --mask-arch-complete-right-cream: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='presentation' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1356 471'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23FFFAEC; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1356,207.28V0h-195.39c105.19,6.32,189.43,95.69,195.39,207.28Z'/%3E%3Cpath class='cls-1' d='M1160.61,471h195.39v-207.28c-5.95,111.59-90.2,200.96-195.39,207.28Z'/%3E%3C/svg%3E");

}


.mask-arch .et_pb_background_mask{
  background-repeat: no-repeat !important;
  background-size: 150px !important;
}
.mask-arch.md .et_pb_background_mask{
  background-size: 300px !important;
}

.mask-arch.lg .et_pb_background_mask{
  background-size: 500px !important;
}

/* Top Left */

.mask-arch.tl .et_pb_background_mask{
  background-position: left top !important;
}

.mask-arch.tl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-white) !important;
}
.mask-arch.tl.yellow .et_pb_background_mask{
  background-image: var(--mask-arch-tl-yellow) !important;
}
.mask-arch.tl.light-green .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green) !important;
}
.mask-arch.tl.light-green-2 .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-2) !important;
}
.mask-arch.tl.light-green-3 .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-3) !important;
}
.mask-arch.tl.light-green-4 .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-4) !important;
}
.mask-arch.tl.blue .et_pb_background_mask{
  background-image: var(--mask-arch-tl-blue) !important;
}
.mask-arch.tl.cream .et_pb_background_mask{
  background-image: var(--mask-arch-tl-cream) !important;
}

/* Bottom Left */

.mask-arch.bl .et_pb_background_mask{
  background-position: left bottom !important;
}

.mask-arch.bl .et_pb_background_mask{
  background-image: var(--mask-arch-bl-white) !important;
}
.mask-arch.bl.yellow .et_pb_background_mask{
  background-image: var(--mask-arch-bl-yellow) !important;
}
.mask-arch.bl.light-green .et_pb_background_mask{
  background-image: var(--mask-arch-bl-light-green) !important;
}
.mask-arch.bl.light-green-2 .et_pb_background_mask{
  background-image: var(--mask-arch-bl-light-green-2) !important;
}
.mask-arch.bl.light-green-3 .et_pb_background_mask{
  background-image: var(--mask-arch-bl-light-green-3) !important;
}
.mask-arch.bl.light-green-4 .et_pb_background_mask{
  background-image: var(--mask-arch-bl-light-green-4) !important;
}
.mask-arch.bl.blue .et_pb_background_mask{
  background-image: var(--mask-arch-bl-blue) !important;
}
.mask-arch.bl.cream .et_pb_background_mask{
  background-image: var(--mask-arch-bl-cream) !important;
}

/* Top right */

.mask-arch.tr .et_pb_background_mask{
  background-position: right top !important;
}

.mask-arch.tr .et_pb_background_mask{
  background-image: var(--mask-arch-tr-white) !important;
}
.mask-arch.tr.yellow .et_pb_background_mask{
  background-image: var(--mask-arch-tr-yellow) !important;
}
.mask-arch.tr.light-green .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green) !important;
}
.mask-arch.tr.light-green-2 .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green-2) !important;
}
.mask-arch.tr.light-green-3 .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green-3) !important;
}
.mask-arch.tr.light-green-4 .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green-4) !important;
}
.mask-arch.tr.blue .et_pb_background_mask{
  background-image: var(--mask-arch-tr-blue) !important;
}
.mask-arch.tr.cream .et_pb_background_mask{
  background-image: var(--mask-arch-tr-cream) !important;
}

/* Bottom right */

.mask-arch.br .et_pb_background_mask{
  background-position: right bottom !important;
}

.mask-arch.br .et_pb_background_mask{
  background-image: var(--mask-arch-br-white) !important;
}
.mask-arch.br.yellow .et_pb_background_mask{
  background-image: var(--mask-arch-br-yellow) !important;
}
.mask-arch.br.light-green .et_pb_background_mask{
  background-image: var(--mask-arch-br-light-green) !important;
}
.mask-arch.br.light-green-2 .et_pb_background_mask{
  background-image: var(--mask-arch-br-light-green-2) !important;
}
.mask-arch.br.light-green-3 .et_pb_background_mask{
  background-image: var(--mask-arch-br-light-green-3) !important;
}
.mask-arch.br.light-green-4 .et_pb_background_mask{
  background-image: var(--mask-arch-br-light-green-4) !important;
}
.mask-arch.br.blue .et_pb_background_mask{
  background-image: var(--mask-arch-br-blue) !important;
}
.mask-arch.br.cream .et_pb_background_mask{
  background-image: var(--mask-arch-br-cream) !important;
}

/* Top right + Bottom right */
.mask-arch.tr.br .et_pb_background_mask{
  background-position: right top, right bottom !important;
}
.mask-arch.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-white), var(--mask-arch-br-white) !important;
}
.mask-arch.yellow.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-yellow), var(--mask-arch-br-yellow) !important;
} 
.mask-arch.light-green.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green), var(--mask-arch-br-light-green) !important;
} 
.mask-arch.light-green-2.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green-2), var(--mask-arch-br-light-green-2) !important;
} 
.mask-arch.light-green-3.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green-3), var(--mask-arch-br-light-green-3) !important;
} 
.mask-arch.light-green-4.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green-4), var(--mask-arch-br-light-green-4) !important;
} 
.mask-arch.blue.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-blue), var(--mask-arch-br-blue) !important;
} 
.mask-arch.cream.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-cream), var(--mask-arch-br-cream) !important;
} 

/* Top left + Bottom left */
.mask-arch.tl.bl .et_pb_background_mask{
  background-position: left top, left bottom !important;
}
.mask-arch.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-white), var(--mask-arch-bl-white) !important;
}
.mask-arch.yellow.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-yellow), var(--mask-arch-bl-yellow) !important;
} 
.mask-arch.light-green.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green), var(--mask-arch-bl-light-green) !important;
} 
.mask-arch.light-green-2.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-2), var(--mask-arch-bl-light-green-2) !important;
} 
.mask-arch.light-green-3.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-3), var(--mask-arch-bl-light-green-3) !important;
} 
.mask-arch.light-green-4.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-4), var(--mask-arch-bl-light-green-4) !important;
} 
.mask-arch.blue.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-blue), var(--mask-arch-bl-blue) !important;
} 
.mask-arch.cream.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-cream), var(--mask-arch-bl-cream) !important;
} 

  
/* Top left + Top right */
.mask-arch.tl.tr .et_pb_background_mask{
  background-position: left top, right top !important;
}
.mask-arch.tl.tr .et_pb_background_mask{
  background-image: var(--mask-arch-tl-white), var(--mask-arch-tr-white) !important;
}
.mask-arch.yellow.tl.tr .et_pb_background_mask{
  background-image: var(--mask-arch-tl-yellow), var(--mask-arch-tr-yellow) !important;
} 
.mask-arch.light-green.tl.tr .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green), var(--mask-arch-tr-light-green) !important;
} 
.mask-arch.light-green-2.tl.tr .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-2), var(--mask-arch-tr-light-green-2) !important;
} 
.mask-arch.light-green-3.tl.tr .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-3), var(--mask-arch-tr-light-green-3) !important;
} 
.mask-arch.light-green-4.tl.tr .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-4), var(--mask-arch-tr-light-green-4) !important;
} 
.mask-arch.blue.tl.tr .et_pb_background_mask{
  background-image: var(--mask-arch-tl-blue), var(--mask-arch-tr-blue) !important;
} 
.mask-arch.cream.tl.tr .et_pb_background_mask{
  background-image: var(--mask-arch-tl-cream), var(--mask-arch-tr-cream) !important;
} 
  

/* Bottom left + Bottom right */
.mask-arch.bl.br .et_pb_background_mask{
  background-position: left bottom, right bottom !important;
}
.mask-arch.bl.br .et_pb_background_mask{
  background-image: var(--mask-arch-bl-white), var(--mask-arch-br-white) !important;
}
.mask-arch.yellow.bl.br .et_pb_background_mask{
  background-image: var(--mask-arch-bl-yellow), var(--mask-arch-br-yellow) !important;
} 
.mask-arch.light-green.bl.br .et_pb_background_mask{
  background-image: var(--mask-arch-bl-light-green), var(--mask-arch-br-light-green) !important;
} 
.mask-arch.light-green-2.bl.br .et_pb_background_mask{
  background-image: var(--mask-arch-bl-light-green-2), var(--mask-arch-br-light-green-2) !important;
} 
.mask-arch.light-green-3.bl.br .et_pb_background_mask{
  background-image: var(--mask-arch-bl-light-green-3), var(--mask-arch-br-light-green-3) !important;
} 
.mask-arch.light-green-4.bl.br .et_pb_background_mask{
  background-image: var(--mask-arch-bl-light-green-4), var(--mask-arch-br-light-green-4) !important;
} 
.mask-arch.blue.bl.br .et_pb_background_mask{
  background-image: var(--mask-arch-bl-blue), var(--mask-arch-br-blue) !important;
} 
.mask-arch.cream.bl.br .et_pb_background_mask{
  background-image: var(--mask-arch-bl-cream), var(--mask-arch-br-cream) !important;
} 

/* Top left + Bottom left */
.mask-arch.tl.bl .et_pb_background_mask{
  background-position: left top, left bottom !important;
}
.mask-arch.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-white), var(--mask-arch-bl-white) !important;
}
.mask-arch.yellow.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-yellow), var(--mask-arch-bl-yellow) !important;
} 
.mask-arch.light-green.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green), var(--mask-arch-bl-light-green) !important;
} 
.mask-arch.light-green-2.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-2), var(--mask-arch-bl-light-green-2) !important;
} 
.mask-arch.light-green-3.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-3), var(--mask-arch-bl-light-green-3) !important;
} 
.mask-arch.light-green-4.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-4), var(--mask-arch-bl-light-green-4) !important;
} 
.mask-arch.blue.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-blue), var(--mask-arch-bl-blue) !important;
} 
.mask-arch.cream.tl.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tl-cream), var(--mask-arch-bl-cream) !important;
} 
  
/* Top right + Bottom right */
.mask-arch.tr.br .et_pb_background_mask{
  background-position: right top, right bottom !important;
}
.mask-arch.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-white), var(--mask-arch-br-white) !important;
}
.mask-arch.yellow.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-yellow), var(--mask-arch-br-yellow) !important;
} 
.mask-arch.light-green.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green), var(--mask-arch-br-light-green) !important;
} 
.mask-arch.light-green-2.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green-2), var(--mask-arch-br-light-green-2) !important;
} 
.mask-arch.light-green-3.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green-3), var(--mask-arch-br-light-green-3) !important;
} 
.mask-arch.light-green-4.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green-4), var(--mask-arch-br-light-green-4) !important;
} 
.mask-arch.blue.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-blue), var(--mask-arch-br-blue) !important;
} 
.mask-arch.cream.tr.br .et_pb_background_mask{
  background-image: var(--mask-arch-tr-cream), var(--mask-arch-br-cream) !important;
} 

/* Top right + Bottom left */
.mask-arch.tr.bl .et_pb_background_mask{
  background-position: right top, left bottom !important;
}
.mask-arch.tr.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tr-white), var(--mask-arch-bl-white) !important;
}
.mask-arch.yellow.tr.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tr-yellow), var(--mask-arch-bl-yellow) !important;
} 
.mask-arch.light-green.tr.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green), var(--mask-arch-bl-light-green) !important;
} 
.mask-arch.light-green-2.tr.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green-2), var(--mask-arch-bl-light-green-2) !important;
} 
.mask-arch.light-green-3.tr.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green-3), var(--mask-arch-bl-light-green-3) !important;
} 
.mask-arch.light-green-4.tr.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tr-light-green-4), var(--mask-arch-bl-light-green-4) !important;
} 
.mask-arch.blue.tr.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tr-blue), var(--mask-arch-bl-blue) !important;
} 
.mask-arch.cream.tr.bl .et_pb_background_mask{
  background-image: var(--mask-arch-tr-cream), var(--mask-arch-bl-cream) !important;
} 

/* Top right + Bottom right */
.mask-arch.tl.br .et_pb_background_mask{
  background-position: left top, right bottom !important;
}
.mask-arch.tl.br .et_pb_background_mask{
  background-image: var(--mask-arch-tl-white), var(--mask-arch-br-white) !important;
}
.mask-arch.yellow.tl.br .et_pb_background_mask{
  background-image: var(--mask-arch-tl-yellow), var(--mask-arch-br-yellow) !important;
} 
.mask-arch.light-green.tl.br .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green), var(--mask-arch-br-light-green) !important;
} 
.mask-arch.light-green-2.tl.br .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-2), var(--mask-arch-br-light-green-2) !important;
} 
.mask-arch.light-green-3.tl.br .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-3), var(--mask-arch-br-light-green-3) !important;
} 
.mask-arch.light-green-4.tl.br .et_pb_background_mask{
  background-image: var(--mask-arch-tl-light-green-4), var(--mask-arch-br-light-green-4) !important;
} 
.mask-arch.blue.tl.br .et_pb_background_mask{
  background-image: var(--mask-arch-tl-blue), var(--mask-arch-br-blue) !important;
} 
.mask-arch.cream.tl.br .et_pb_background_mask{
  background-image: var(--mask-arch-tl-cream), var(--mask-arch-br-cream) !important;
} 


/* Logo arch */

.mask-semi-circle-logo-arch .et_pb_background_mask{
  background-position: right bottom !important;
}

.mask-semi-circle-logo-arch .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-white) !important;
}
.mask-semi-circle-logo-arch.yellow .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-yellow) !important;
}
.mask-semi-circle-logo-arch.light-green .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-light-green) !important;
}
.mask-semi-circle-logo-arch.light-green-2 .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-light-green-2) !important;
}
.mask-semi-circle-logo-arch.light-green-3 .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-light-green-3) !important;
}
.mask-semi-circle-logo-arch.light-green-4 .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-light-green-4) !important;
}
.mask-semi-circle-logo-arch.blue .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-blue) !important;
}
.mask-semi-circle-logo-arch.cream .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-cream) !important;
}

/* Logo arch + line */

.mask-semi-circle-logo-arch.mask-line .et_pb_background_mask{
  background-position: right bottom, left bottom !important;
}

.mask-semi-circle-logo-arch.mask-line .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-white) !important;
}
.mask-semi-circle-logo-arch.mask-line.yellow .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-yellow) !important;
}
.mask-semi-circle-logo-arch.mask-line.light-green .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-light-green) !important;
}
.mask-semi-circle-logo-arch.mask-line.light-green-2 .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-light-green-2) !important;
}
.mask-semi-circle-logo-arch.mask-line.light-green-3 .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-light-green-3) !important;
}
.mask-semi-circle-logo-arch.mask-line.light-green-4 .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-light-green-4) !important;
}
.mask-semi-circle-logo-arch.mask-line.blue .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-blue) !important;
}
.mask-semi-circle-logo-arch.mask-line.cream .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-cream) !important;
}

/* Logo arch */

.mask-semi-circle-logo-arch-pr .et_pb_background_mask{
  background-position: right bottom !important;
}

.mask-semi-circle-logo-arch-pr .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-pr-white) !important;
}
.mask-semi-circle-logo-arch-pr.yellow .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-pr-yellow) !important;
}
.mask-semi-circle-logo-arch-pr.light-green .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-pr-light-green) !important;
}
.mask-semi-circle-logo-arch-pr.light-green-2 .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-pr-light-green-2) !important;
}
.mask-semi-circle-logo-arch-pr.light-green-3 .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-pr-light-green-3) !important;
}
.mask-semi-circle-logo-arch-pr.light-green-4 .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-pr-light-green-4) !important;
}
.mask-semi-circle-logo-arch-pr.blue .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-pr-blue) !important;
}
.mask-semi-circle-logo-arch-pr.cream .et_pb_background_mask{
  background-image: var(--mask-semi-circle-logo-arch-pr-cream) !important;
}

/* Logo arch + line */

.mask-semi-circle-logo-arch-pr.mask-line .et_pb_background_mask{
  background-position: right bottom, left bottom !important;
}

.mask-semi-circle-logo-arch-pr.mask-line .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-pr-white) !important;
}
.mask-semi-circle-logo-arch-pr.mask-line.yellow .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-pr-yellow) !important;
}
.mask-semi-circle-logo-arch-pr.mask-line.light-green .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-pr-light-green) !important;
}
.mask-semi-circle-logo-arch-pr.mask-line.light-green-2 .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-pr-light-green-2) !important;
}
.mask-semi-circle-logo-arch-pr.mask-line.light-green-3 .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-pr-light-green-3) !important;
}
.mask-semi-circle-logo-arch-pr.mask-line.light-green-4 .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-pr-light-green-4) !important;
}
.mask-semi-circle-logo-arch-pr.mask-line.blue .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-pr-blue) !important;
}
.mask-semi-circle-logo-arch-pr.mask-line.cream .et_pb_background_mask{
  background-image: var(--mask-line), var(--mask-semi-circle-logo-arch-pr-cream) !important;
}

/* Mask line */
.mask-line .et_pb_background_mask{
  background-size: 100%;
  background-image: var(--mask-line) !important;
  background-position: right bottom;
}

/* Arch - complete - left */

.mask-arch-complete-left .et_pb_background_mask{
  background-position: left bottom !important;
}

.mask-arch-complete-left .et_pb_background_mask{
  background-image: var(--mask-arch-complete-left-white) !important;
}
.mask-arch-complete-left.yellow .et_pb_background_mask{
  background-image: var(--mask-arch-complete-left-yellow) !important;
}
.mask-arch-complete-left.light-green .et_pb_background_mask{
  background-image: var(--mask-arch-complete-left-light-green) !important;
}
.mask-arch-complete-left.light-green-2 .et_pb_background_mask{
  background-image: var(--mask-arch-complete-left-light-green-2) !important;
}
.mask-arch-complete-left.light-green-3 .et_pb_background_mask{
  background-image: var(--mask-arch-complete-left-light-green-3) !important;
}
.mask-arch-complete-left.light-green-4 .et_pb_background_mask{
  background-image: var(--mask-arch-complete-left-light-green-4) !important;
}
.mask-arch-complete-left.blue .et_pb_background_mask{
  background-image: var(--mask-arch-complete-left-blue) !important;
}
.mask-arch-complete-left.cream .et_pb_background_mask{
  background-image: var(--mask-arch-complete-left-cream) !important;
}

/* Arch - complete - right */

.mask-arch-complete-right .et_pb_background_mask{
  background-position: right bottom !important;
}

.mask-arch-complete-right .et_pb_background_mask{
  background-image: var(--mask-arch-complete-right-white) !important;
}
.mask-arch-complete-right.yellow .et_pb_background_mask{
  background-image: var(--mask-arch-complete-right-yellow) !important;
}
.mask-arch-complete-right.light-green .et_pb_background_mask{
  background-image: var(--mask-arch-complete-right-light-green) !important;
}
.mask-arch-complete-right.light-green-2 .et_pb_background_mask{
  background-image: var(--mask-arch-complete-right-light-green-2) !important;
}
.mask-arch-complete-right.light-green-3 .et_pb_background_mask{
  background-image: var(--mask-arch-complete-right-light-green-3) !important;
}
.mask-arch-complete-right.light-green-4 .et_pb_background_mask{
  background-image: var(--mask-arch-complete-right-light-green-4) !important;
}
.mask-arch-complete-right.blue .et_pb_background_mask{
  background-image: var(--mask-arch-complete-right-blue) !important;
}
.mask-arch-complete-right.cream .et_pb_background_mask{
  background-image: var(--mask-arch-complete-right-cream) !important;
}