/* PAGE-SPECIFIC STYLES FOR THE ABOUT PAGE */
/*-- -------------------------- -->
<---    Hero Side By Side   -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
  #sbs-r-1892{
    width: 100%;
    padding: var(--sectionPadding);
    background-color:var(--backgroundOne);
    display: flex;
    flex-direction: column;
    /* aligns content to the left, set to center to centrally align */
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  #sbs2-r-1892{
    width: 100%;
    padding: var(--sectionPadding);
    background-color:var(--backgroundTwo);
    display: flex;
    flex-direction: column;
    /* aligns content to the left, set to center to centrally align */
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  #sbs-r-1892 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 48px - 80px */
    gap: clamp(3rem, 6vw, 5rem);
  } 
  #sbs2-r-1892 .cs-container2 {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 48px - 80px */
    gap: clamp(2rem, 3vw, 4rem);
  }
  #sbs-r-1892 .cs-content, 
  #sbs2-r-1892 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 35.625rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    position: relative;
    z-index: 3;
    padding: clamp(4rem, 5vw, 5rem) 0;
  }
  #sbs-r-1892 .cs-image-group, 
  #sbs2-r-1892 .cs-image-group {
    font-size: min(2.29vw, 0.9rem);
    width: 100%;
    height: 45.625em;
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbs-r-1892 .cs-picture {
    margin-top: 3rem;
    width: 99%;
    height: 42.5em;
    box-sizing: border-box;
    background-color: var(--primary);
    overflow: hidden;
    border: 8px solid var(--primary);
    border-radius: 15.25rem;
    position: absolute;
    right: 0;
    z-index: -1;
  }
   
  #sbs2-r-1892 .cs-picture{
    margin-top: 3rem;
    width: 99%;
    height: 42.5em;
    box-sizing: border-box;
    background-color: var(--primaryLight);
    overflow: hidden;
    border: 8px solid var(--primaryLight);
    border-radius: 15.25rem;
    position: absolute;
    right: 0;
    z-index: -1;
  }
  #sbs-r-1892 .cs-picture img,  
  #sbs2-r-1892 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.7s;
  }
  #sbs-r-1892 .cs-graphic, 
  #sbs2-r-1892 .cs-graphic {
    height: auto;
    position: absolute;
  }
  #sbs-r-1892 .cs-info {
    width: 50%;
    max-width: 19.0625rem;
    padding: 6.25em 2.5em;
    background-color: var(--primary);
    border-radius: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: -3rem;
    z-index: 2;
  }
  #sbs2-r-1892 .cs-info {
    width: 55%;
    max-width: 19.0625rem;
    padding: 6.25em 2.5em;
    background-color: var(--primaryLight);
    border-radius: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 1rem;
    bottom: -3.5rem;
    z-index: 2;
  }
  #sbs-r-1892 .cs-info:hover {
    background-color:var(--primaryLight);
  }
  #sbs2-r-1892 .cs-info:hover{
    background-color: var(--primary);
  }
  #sbs-r-1892 .cs-info-text, 
  #sbs2-r-1892 .cs-info-text {
    /* 14px - 20px */
    font-size: clamp(1rem, 3.5vw, 1.4rem);
    font-weight: 600;
    line-height: 1.6em;
    text-align: center;
    max-width: 13.9375em;
    margin: -1.2rem;
    color: var(--bodyTextColorWhite);
  }
  #sbs-r-1892 .cs-bold,  
  #sbs2-r-1892 .cs-bold {
    /* 16px - 24x */
    font-size: clamp(1rem, 3.5vw, 1.4rem);
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 0.25rem;
    color: var(--headerColor);
    display: block;
  }
  #sbs-r-1892 .cs-text-large, 
  #sbs2-r-1892 .cs-text-large {
    font-size: 1.3rem;
    line-height: 1.5em;
    margin: 0 0 0.75rem;
    color: var(--headerColor);
    max-width: 30ch;
    letter-spacing: 0.1rem;
  }
  #sbs-r-1892 .cs-text, 
  #sbs2-r-1892 .cs-text {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    text-align: left;
  }
  #sbs-r-1892 .cs-text:last-of-type, 
  #sbs2-r-1892 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-r-1892 .cs-button-solid, 
  #sbs2-r-1892 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    /* 46px - 56px */
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    text-align: center;
    text-decoration: none;
    min-width: 9.375rem;
    margin: 0;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    background-color: var(--secondary);
    overflow: hidden;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }
  #sbs-r-1892 .cs-button-solid:before, 
  #sbs2-r-1892 .cs-button-solid:before {
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #sbs-r-1892 .cs-button-solid:hover, 
  #sbs2-r-1892 .cs-button-solid:hover {
    color: #fff;
  }
  #sbs-r-1892 .cs-button-solid:hover:before, 
  #sbs2-r-1892 .cs-button-solid:hover:before {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  #sbs-r-1892 .cs-container, 
  #sbs2-r-1892 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #sbs-r-1892 .cs-container2, 
  #sbs2-r-1892 .cs-container2 {
    max-width: 80rem;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 3rem;
  }
  #sbs-r-1892 .cs-content, 
  #sbs2-r-1892 .cs-content {
    /* 48px - 64px */
    padding: clamp(3rem, 5vw, 4rem) 0;
  }
  #sbs-r-1892 .cs-image-group, 
  #sbs2-r-1892 .cs-image-group {
    font-size: min(1.27vw, 1rem);
    width: 39.375em;
    min-height: 45.625em;
    height: auto;
    flex: none;
    /* sends it to the right in the 2nd position */
    order: 2;
  }
  #sbs-r-1892 .cs-picture, 
  #sbs2-r-1892 .cs-picture {
    width: 42.625em;
    height: 93.150685%;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-r-1892 {
    background-color:var(--dark);
  }
  body.dark-mode #sbs2-r-1892{
    background-color: var(--medium);
  }
  body.dark-mode #sbs-r-1892 .cs-bold,
  body.dark-mode #sbs2-r-1892 .cs-bold,
  body.dark-mode #sbs-r-1892 .cs-text-large,
  body.dark-mode #sbs2-r-1892 .cs-text-large,
  body.dark-mode #sbs-r-1892 .cs-title,
  body.dark-mode #sbs2-r-1892 .cs-title {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-r-1892 .cs-text,
  body.dark-mode #sbs-r-1892 .cs-info-text,
  body.dark-mode #sbs2-r-1892 .cs-text,
  body.dark-mode #sbs2-r-1892 .cs-info-text {
    opacity: 0.8;
  }
  body.dark-mode #sbs2-r-1892 .cs-bold{
    color: var(--headerColor);
  }
  body.dark-mode #sbs-r-1892 .cs-picture,
  body.dark-mode #sbs2-r-1892 .cs-picture {
    border-color: var(--accent);
  }
  body.dark-mode #sbs-r-1892 .cs-graphic,
  body.dark-mode #sbs2-r-1892 .cs-graphic {
    opacity: 0.6;
  }
}
    
/*-- -------------------------- -->
<--  Prezentacija Side By Side  -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
  #RPsbs-248,
  #RPsbsr-248 {
      padding: 0 1em;
      position: relative;
      z-index: -1;
      background-color: var(--backgroundOne);
  }
  #chevron-background{
    position: relative;
  }
  #chevron-background:before{
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: url("/assets/svgs/chevron-pattern-light3.svg");
    background-position: center;
    background-size: auto;
    background-repeat: repeat;
    opacity: 0.8;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #RPsbs-248 .cs-container,
  #RPsbsr-248 .cs-container {
      width: 100%;
      /* changes to 1280px on tablet */
      max-width: 34.375rem;
      padding: var(--sectionPadding);
      padding-left: 0;
      padding-right: 0;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 108px */
      gap: clamp(3rem, 8vw, 6.75rem);
      position: relative;
  }
  #RPsbsr-248 .cs-container:before {
    /* Left Line */
    content: "";
    width: 0;
    height: 100%;
    background: linear-gradient(
        top,
        rgba(250, 251, 252, 0.5) 0%,
        rgba(250, 251, 252, 0) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(250, 251, 252, 0.5) 0%,
        rgba(250, 251, 252, 0) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
#RPsbsr-248 .cs-container:after {
    /* Right Line */
    content: "";
    width: 0;
    height: 100%;
    background: -moz-linear-gradient(
        top,
        rgba(250, 251, 252, 0.5) 0%,
        rgba(250, 251, 252, 0) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(250, 251, 252, 0.5) 0%,
        rgba(250, 251, 252, 0) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    /* flips vertically */
    transform: scaleY(-1);
}
  #RPsbs-248 .cs-content,
  #RPsbsr-248 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: left;
      width: 100%;
      /* changes at tablet */
      max-width: 32rem;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: center;
      opacity: 1;
      background: var(--primary);
      border-radius: 15%;
      padding: 2rem;
      z-index: 3;
  }
  #RPsbs-248 .cs-title,
  #RPsbsr-248 .cs-title {
      max-width: 20ch;
      text-align: center;
  }
  #RPsbsr-248 .cs-title {
    color: var(--headerColor);
}
  #RPsbs-248 .cs-text{
    margin-bottom: 1rem;
    opacity: 0.8;
    text-align: left;
    color: var(--headerColor);
  }
  #RPsbsr-248 .cs-text {
    margin-bottom: 1rem;
    opacity: 0.8;
    text-align: left;
    color: var(--headerColor);
  }
  #RPsbs-248 .cs-text:last-of-type,
  #RPsbsr-248 .cs-text:last-of-type {
      margin-bottom: 2rem;
  }
  #RPsbs-248 .cs-button-solid,
  #RPsbsr-248 .cs-button-solid {
      font-size: 1rem;
      /* 46px - 56px */
      line-height: clamp(2.875rem, 5.5vw, 3.5rem);
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #fff;
      min-width: 9.375rem;
      padding: 0 1.5rem;
      background-color: var(--primary);
      border-radius: 0.25rem;
      display: inline-block;
      position: relative;
      z-index: 1;
      /* prevents padding from adding to the width */
      box-sizing: border-box;
  }
  #RPsbs-248 .cs-button-solid:before,
  #RPsbsr-248 .cs-button-solid:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0%;
      background: #000;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 0.25rem;
      transition: width 0.3s;
  }
  #RPsbs-248 .cs-button-solid:hover:before,
  #RPsbsr-248 .cs-button-solid:hover:before {
      width: 100%;
  }
  #RPsbs-248 .cs-picture,
  #RPsbsr-248 .cs-picture {
      width: 100%;
      max-width: 4rem;
      margin: 0;
      position: relative;
      display: block;
      /* width divided by height */
      aspect-ratio: 1;
      /* prevents border from adding to height and width */
      box-sizing: border-box;
      border-radius: 20%;
  }
  #RPsbs-248 .cs-picture img,
  #RPsbsr-248 .cs-picture img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 20%;
  }
  #RPsbsr-248 .cs-lines {
    display: none;
}
#RPsbsr-248 .cs-background {
    /* Background Image */
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
#RPsbsr-248 .cs-background:before {
    /* Black Color Overlay */
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    /* prevents the cursor from interacting with it */
    pointer-events: none;
}
#RPsbsr-248 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes image act like a background-image */
    object-fit: cover;
}
}
@media only screen and (min-width: 48rem) {
  #RPsbs-248 .cs-container,
  #RPsbsr-248 .cs-container {
      width: 100%;
      /* changes to 1280px on tablet */
      max-width: 50rem;
      padding: var(--sectionPadding);
      padding-left: 0;
      padding-right: 0;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 108px */
      gap: clamp(3rem, 8vw, 6.75rem);
      position: relative;
  }
  #RPsbs-248 .cs-content,
  #RPsbsr-248 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: left;
      width: 100%;
      /* changes at tablet */
      max-width: 35.5rem;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items:center;
      opacity: 1;
      background: var(--primary);
      border-radius: 15%;
      padding: 2rem;
  }

  #RPsbs-248 .cs-title,
  #RPsbsr-248 .cs-title {
      max-width: 20ch;

  }
  #RPsbs-248 .cs-text {
      margin-bottom: 1rem;
      opacity: 0.8;
      text-align: left;
      color: var(--headerColor);
  }
  #RPsbsr-248 .cs-text {
    margin-bottom: 1rem;
    opacity: 0.8;
    text-align: left;
    color: var(--headerColor);
  }
  #RPsbs-248 .cs-text:last-of-type,
  #RPsbsr-248 .cs-text:last-of-type {
      margin-bottom: 2rem;
  }
  #RPsbs-248 .cs-button-solid,
  #RPsbsr-248 .cs-button-solid {
      font-size: 1rem;
      /* 46px - 56px */
      line-height: clamp(2.875rem, 5.5vw, 3.5rem);
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #fff;
      min-width: 9.375rem;
      padding: 0 1.5rem;
      background-color: var(--primary);
      border-radius: 0.25rem;
      display: inline-block;
      position: relative;
      z-index: 1;
      /* prevents padding from adding to the width */
      box-sizing: border-box;
  }
  #RPsbs-248 .cs-button-solid:before,
  #RPsbsr-248 .cs-button-solid:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0%;
      background: #000;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 0.25rem;
      transition: width 0.3s;
  }
  #RPsbs-248 .cs-button-solid:hover:before,
  #RPsbsr-248 .cs-button-solid:hover:before {
      width: 100%;
  }
  #RPsbs-248 .cs-picture,
  #RPsbsr-248 .cs-picture {
      width: 100%;
      max-width: 5rem;
      margin: 0;
      position: relative;
      display: block;
      /* width divided by height */
      aspect-ratio: 1;
      /* prevents border from adding to height and width */
      box-sizing: border-box;
      border-radius: 20%;
  }
  #RPsbs-248 .cs-picture img,
  #RPsbsr-248 .cs-picture img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 20%;
  }
  #RPsbsr-248 .cs-lines {
    height: 100%;
    width: 35%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
#RPsbsr-248 .cs-lines:before {
    /* Right Line */
    content: "";
    width: 0;
    height: 100%;
    background: -moz-linear-gradient(
        top,
        rgba(250, 251, 252, 0.5) 0%,
        rgba(250, 251, 252, 0) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(250, 251, 252, 0.5) 0%,
        rgba(250, 251, 252, 0) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    /* flips vertically */
    transform: scaleY(-1);
}
#RPsbsr-248 .cs-lines:after {
    /* Right Line */
    content: "";
    width: 0;
    height: 100%;
    background: -moz-linear-gradient(
        top,
        rgba(250, 251, 252, 0.5) 0%,
        rgba(250, 251, 252, 0) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(250, 251, 252, 0.5) 0%,
        rgba(250, 251, 252, 0) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    /* flips vertically */
    transform: scaleY(-1);
}
#RPsbsr-248 .cs-picture {
    margin: 0;
}
}
@media only screen and (min-width: 64rem) {
  #RPsbs-248 .cs-container,
  #RPsbsr-248 .cs-container {
      max-width: 80rem;
      flex-direction: row;
      justify-content: center;
      align-items: center;
  }
  #RPsbs-248 .cs-lines,
  #RPsbsr-248 .cs-lines {
      height: 100%;
      width: 35%;
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
  }
  #RPsbs-248 .cs-lines:before,
  #RPsbsr-248 .cs-lines:before {
      /* Right Line */
      content: "";
      height: 100%;
      background: -moz-linear-gradient(
          top,
          rgba(250, 251, 252, 0.5) 0%,
          rgba(250, 251, 252, 0) 100%
      );
      /* FF3.6-15 */
      background: -webkit-linear-gradient(
          top,
          rgba(250, 251, 252, 0.5) 0%,
          rgba(250, 251, 252, 0) 100%
      );
      /* Chrome10-25,Safari5.1-6 */
      opacity: 1;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      /* flips vertically */
      transform: scaleY(-1);
  }
  #RPsbs-248 .cs-lines:after,
  #RPsbsr-248 .cs-lines:after {
      /* Right Line */
      content: "";
      height: 100%;
      background: -moz-linear-gradient(
          top,
          rgba(250, 251, 252, 0.5) 0%,
          rgba(250, 251, 252, 0) 100%
      );
      /* FF3.6-15 */
      background: -webkit-linear-gradient(
          top,
          rgba(250, 251, 252, 0.5) 0%,
          rgba(250, 251, 252, 0) 100%
      );
      /* Chrome10-25,Safari5.1-6 */
      opacity: 1;
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      /* flips vertically */
      transform: scaleY(-1);
  }
  #RPsbs-248 .cs-picture,
  #RPsbsr-248 .cs-picture {
      /* 344px - 434px */
      width: clamp(4.5rem, 5.5vw, 5.125rem);
      flex: none;
  }
  #RPsbs-248 .cs-content,
  #RPsbsr-248 .cs-content {
      max-width: 45rem;
      margin: 0;
      width: 60%;
  }
}
@media only screen and (min-width: 93.75rem) {
  #RPsbsr-248 {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      /* creates the parallax effect */
      background-attachment: fixed;
  }
  #RPsbsr-248 .cs-background img {
      display: none;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #RPsbs-248,
  body.dark-mode #RPsbsr-248 {
    background-color:var(--dark);
  }
  body.dark-mode #RPsbs-248:before,
  body.dark-mode #RPsbsr-248:before {
    opacity: 0.4;
    filter: grayscale(1) brightness(1000%);
}
  body.dark-mode #RPsbs-248 .cs-title,
  body.dark-mode #RPsbsr-248 .cs-title,
  body.dark-mode #RPsbs-248 .cs-text,
  body.dark-mode #RPsbsr-248 .cs-text {
      color: var(--headerColor);
  }
  body.dark-mode #RPsbs-248 .cs-text {
      opacity: 0.8;
  }
}
                             
/*# sourceMappingURL=about.css.map */
