.page-node-type-rpw {
  overflow-x: hidden;
  max-width: 100vw;
}

.page-node-type-rpw #region-header {
  display: none;
}

.page-node-type-rpw .paragraph {
  margin-bottom: 0 !important;
}

.page-node-type-rpw .main-container {
  margin-top: 0;
}

.page-node-type-rpw .rpw-full {
  width: 100vw;
  
  margin-left: calc(-50vw + 50%) !important;
}

[dir="rtl"] .page-node-type-rpw .rpw-full {
  margin-left: 0 !important;
  
  margin-right: calc(-50vw + 50%) !important;
}

.page-node-type-rpw .rpw-section {
  border-bottom: 2px solid #ccd1d2;
}

.page-node-type-rpw .circle {
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  display: inline-block;
}

.page-node-type-rpw .present {
  background-color: #ee7601;
}

.page-node-type-rpw .transient {
  background-color: #007436;
  
  margin-left: 2rem;
}

[dir="rtl"] .page-node-type-rpw .transient {
  margin-left: 0;
  
  margin-right: 2rem;
}

.page-node-type-rpw .rpw-our-solution {
  border-top: 2px solid #ccd1d2;
  border-bottom: 2px solid #ccd1d2;
}

.page-node-type-rpw .rpw-image-slider .rpw-image-slide {
  border-bottom: 2px solid #ccd1d2;
}

.rpw-content {
  margin-top: 4rem;
}

.rpw-content div {
  box-sizing: border-box;
}

.rpw-lazy-load {
  opacity: 0;
  transition: opacity .5s ease-in;
}

.rpw-lazy-load.loaded {
  opacity: 1;
}

.rpw-max {
  position: relative;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rpw-full {
  width: 100%;
  
  margin-left: 0;
}

[dir="rtl"] .rpw-full {
  margin-left: 0;
  
  margin-right: 0;
}

.rpw-section {
  border-bottom: 2px solid #ccd1d2;
}

.rpw-width {
  width: calc(100% - 8rem);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .rpw-width {
    width: calc(100% - 2rem);
  }
}

@media (max-width: 480px) {
  .rpw-quotes-holder.rpw-width {
    width: 100%;
  }
}

.rpw-mrg-44 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.rpw-m8 {
  
  margin-left: 8%;
}

[dir="rtl"] .rpw-m8 {
  margin-left: 0;
  
  margin-right: 8%;
}

@media (max-width: 480px) {
  .rpw-m8 {
    
    margin-left: 0;
  }

  [dir="rtl"] .rpw-m8 {
    margin-left: 0;
    
    margin-right: 0;
  }
}

.rpwtb2 {
  
  margin-right: 1rem;
}

[dir="rtl"] .rpwtb2 {
  margin-right: 0;
  
  margin-left: 1rem;
}

@media (max-width: 480px) {
  .rpwtb2 {
    
    margin-right: 0;
  }

  [dir="rtl"] .rpwtb2 {
    margin-right: 0;
    
    margin-left: 0;
  }
}

.rpw-icon-row-holder {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  z-index: 9;
  align-items: center;
}

@media (max-width: 480px) {
  .rpw-icon-row-holder {
    flex-direction: column;
  }
}

.loaded .rpw-subtitle.loaded {
  transition-delay: 1s;
}

