.content {
  max-width: 1280px;
  margin: auto;
}
.contentdeck.onewhole .multicol-inner,
.contentdeck.onehalf .multicol-inner,
.contentdeck.onethird .multicol-inner,
.contentdeck.onefourth .multicol-inner,
.contentdeck.onefifth .multicol-inner {
  padding: 30px 0 !important;
}
.inner,
.deck-title,
.multicol-intro,
.multicol-outro {
  padding: 0 !important;
}
.spin {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.pr-md-5 {
  padding-right: 3rem;
}
.pl-md-5 {
  padding-left: 3rem;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bullets-circle {
  list-style: none;
}
.bullets-circle li {
  display: flex;
  align-items: start;
  padding: 0 0 10px 0;
  position: relative;
}
.bullets-circle li::before {
  content: ' ';
  width: 8px;
  height: 8px;
  background-color: #002855;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -15px;
}
#body_copy,
#body_italic,
#subheads {
  padding: 0 25px;
}
#usage .onehalf.multicol1{
  padding: 0 25px;
}

#body_italic .onehalf.multicol1{
  padding-right: 20px;
}


.form-control.forma {
  max-width: 642px;
  font-family: "forma-djr-micro"
}
.form-control.tahoma {
  max-width: 642px;
  font-family: 'Tahoma';
}
.copy_code {
  cursor: pointer;
}
.color_alert {
  background-color: #51a351;
  box-shadow: 0 0 12px #999;
  margin: 0 0 6px;
  padding: 15px;
  width: auto;
  border-radius: 3px;
  color: #fff;
  opacity: 0.8;
  position: fixed;
  top: 10%;
  right: 5%;
  display: none;
}
.color_alert p {
  font-size: 1rem;
  margin-bottom: 0;
}
.bold {
  font-weight: 700;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.light {
  font-weight: 300;
}
.tahoma-fonts h2 {
  font-family: 'Tahoma';
  font-weight: bold;
}
.tahoma-fonts p {
  font-family: 'Tahoma';
  font-weight: normal;
}
/* personality-row start*/
.personality-row .inner {
  background-size: cover !important;
  min-height: 430px;
  position: relative;
  overflow: hidden;
  justify-content: center;
  background-position: center top;
}
.personality-row .inner:before {
  content: '';
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0.6643032212885154) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.personality-row .inner p,
.personality-row .inner h3 {
  color: #fff;
  text-align: center;
}
.personality-row .inner .copy {
  position: relative;
  padding: 15px;
}
.personality-row .inner {
  position: relative;
}
.personality-row .inner p {
  opacity: 0;
  height: 1px;
  transition: all .3s;
}
.personality-row .inner:hover p {
  opacity: 1;
}
.personality-row .inner:hover .copy {
  top: 45%;
}
.personality-row .inner .copy {
  position: absolute;
  padding: 15px;
  top: 80%;
  transition: all .3s;
}
/* personality-row end*/
/* user card start*/
.personas-row {
  box-shadow: -1px 6px 14px 0px rgb(0 0 0 / 7%);
}
.personas-row .bullets-circle.horizontal ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 15px;
}
.personas-row .user-img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
.personas-row .bullets-circle.horizontal li {
  display: flex;
  margin: 0 40px 0 0;
}
.personas-row .bullets-circle li {
  font-size: 15px;
  font-weight: 400;
}
.personas-row .bullets-circle ul {
  padding-bottom: 0;
  padding-left: 18px;
  margin-bottom: 0;
}
.personas-row h3 {
  font-size: 26px;
}
.personas-row .rounded {
  border-radius: .5rem !important;
}
.personas-row .border {
  border: 1px solid #D3D4CE !important;
}
/* user card end*/
/* logo row start*/
.logo-row .color-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto auto auto;
}
.logo-row .color-boxes .box {
  border: 1px solid #D3D4CE;
  text-align: center;
  border-radius: .5rem;
  padding: 15px;
  width: 220px;
  margin: 10px;
  cursor: pointer;
  transition: all .3s;
}
.logo-row .color-boxes .box:hover {
  box-shadow: 1px 13px 15px -1px rgba(0, 0, 0, 0.1);
}
.logo-row .color-boxes .box .circle {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 50%;
}
.logo-row .light-revers-logo,
.logo-row .dark-reverse-logo,
.logo-row .full-reverse-logo,
.logo-row .black-logo {
  display: none;
}
.bounce {
  animation-duration: 2s;
  transform-origin: bottom;
  animation-iteration-count: infinite;
  animation-name: bounce;
  animation-timing-function: ease;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bg-blueberry {
  background-color: #002855;
}
.bg-pool {
  background-color: #05C3DD;
}
.bg-margarita {
  background-color: #C4D600;
}
.bg-gray {
  background-color: #D5D4CD;
}
@media screen and (max-width:1399px) {
  .content {
    max-width: 1140px;
  }
}
@media screen and (max-width:1280px) {
  .contentdeck {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  #usage .onehalf.multicol1 {
    padding: 0;
}
}
@media screen and (max-width: 1199px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  .content {
    max-width: 759px;
  }
}
@media screen and (max-width:767px) {

  .sidebar {
    display: block !important;
  }
  .logo-row .color-boxes .box {
    padding: 10px;
    width: 155px;
    margin: 5px;
  }
}
/* logo row end*/
/* color row start*/
.color-row .small-box {
  width: 140px;
  height: 120px;
}
.color-row .two-color-boxes {
  margin-top: 150px;
}
.color-row .two-color-boxes .box {
  min-height: 360px;
}
.color-row .two-color-boxes .box:nth-child(2) {
  right: -15px;
}
.color-row .two-color-boxes p {
  font-size: 16px;
  margin: 0;
}
.color-row .two-color-boxes p.big {
  font-size: 22px;
}
.color-row .vertical-color-boxes hr {
  border-top: 1px solid #0F2D52 !important;
}
.color-row .vertical-color-boxes hr.white {
  border-top: 1px solid #fff !important;
}
.color-row .vertical-color-boxes p {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .color-row .small-box {
    margin: 5px auto;
  }
}
@media (max-width: 767px) {

  .content {
    max-width: 589px;
}


  .color-row .two-color-boxes {
    margin-top: 70px;
  }
}
/* color row end*/
/* Typography row start*/
.typography-row .color-box {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  min-height: 360px;
  padding: 60px;
}
.typography-row .color-box h3 {
  font-size: 32px;
  text-transform: capitalize;
  color: #000000;
}
.typography-row .fonts-row {
  padding-bottom: 50px;
}
.typography-row .fonts-row .form-control {
  height: calc(1.5em + 0.75rem + 10px);
  padding: 0.375rem 0.7rem;
  font-size: 22px;
  border-radius: 0.5rem;
}
.typography-row .fonts-row .form-control:focus {
  box-shadow: none;
}
.typography-row .fonts-row label {
  margin-left: 15px;
}
.typography-row .fonts-row .form-control:hover {
  box-shadow: 1px 13px 15px -1px rgba(0, 0, 0, 0.1);
}
/* Typography row start*/
.text-pool {
  color: #05C3DD;
}
.text-margarita {
  color: #C4D600;
}
.text-blueberry {
  color: #002855;
}
.photography-row .masonry {
  column-count: 1;
  column-gap: 5px;
}
@media (min-width: 768px) {
  .photography-row .masonry {
    column-count: 3;
  }
}
@media (min-width: 1199px) {
  .photography-row .masonry {
    column-count: 3;
  }
}
.photography-row .masonry .brick {
  box-sizing: border-box;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  counter-increment: brick-counter;
}
.photography-row .masonry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transform: scale(.95);
  transform-origin: top;
  margin: 6px 0;
  transform-origin: center;
  transition: all .3s;
}
.photography-row .masonry img:hover {
  filter: brightness(0.5);
  transform: scale(1.01);
  transform-origin: center;
}
.icons-row .icon-box {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 150px;
  line-height: 150px;
  background: #fff;
  border-radius: 10px;
  margin: 25px;
}
.rate-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  width: 180px;
  border: 1px solid #fff;
  transition: all .3s;
}
.rate-feature:hover {
  background: transparent;
}
.rate-feature:hover .feature-icon:before {
  color: #fff !important;
}
.standalone-rate-feature {
  margin: 0px 0;
}
.voice-row {
  text-align: left;
}
.voice-row h3 {
  font-size: 32px;
  margin: 0;
}
.voice-row .rounded {
  border-radius: 10px !important;
}
.voice-row .table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6 !important;
}
.voice-row .table th {
  font-size: 22px;
  font-weight: normal;
  color: #002855;
  border-top: 0px solid #dee2e6;
}
.voice-row .table td {
  border-top: 0px solid #dee2e6;
}
.voice-row .table td:nth-child(1) {
  font-weight: 800;
  color: #002855;
  font-size: 32px;
  background-color: #fbfbfa;
  border-bottom: 18px solid #fff;
}
.voice-row .table td {
  font-weight: 800;
  color: #002855;
  font-size: 26px;
}
.voice-row .table td,
.voice-row .table th {
  padding: 2rem;
  vertical-align: middle;
  line-height: normal;
}
@media (max-width: 1012px) {
  .rate-feature {
    width: 129px;
  }
}
@media (max-width: 992px) {
  .voice-row .table td:nth-child(1) {
    font-size: 26px;
  }
  .voice-row .table th {
    font-size: 20px;
  }
  .voice-row .table td {
    font-size: 21px;
  }
  .voice-row .table td,
  .voice-row .table th {
    padding: 1rem;
  }
}
.layout-row .squared-bg {
  background-image: url(/content/images/original/squared-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.layout-row .wedge-bg {
  background-image: url(/content/images/original/wedge.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.layout-row .headline-box h2 {
  line-height: 47px;
}
.layout-row .wedge-box img {
  height: 330px;
  object-fit: cover;
  object-position: right;
  clip-path: polygon(0 0, 60% 0, 100% 100%, 18% 100%, 0 64%);
}
.layout-row .squared-img {
  height: 330px;
  object-fit: cover;
  object-position: right;
}
.layout-row .headline-box .chartway-logo-small {
  position: absolute;
  right: 0;
  border: 0;
  bottom: 30px;
  right: 20px;
}
.layout-row .burst-box .chartway-logo-small {
  position: absolute;
  right: 0;
  border: 0;
  bottom: 40px;
  right: 40px;
}
.layout-row .impactful-box {
  background: url(/content/images/original/impactful.jpg);
  background-size: cover;
  border-radius: 20px;
  background-position: center;
  min-height: 406px;
  margin: 0 30px;
}
.layout-row .impactful-box .copy {
  background-color: #fff;
  padding: 20px;
}
.layout-row .impactful-box .copy {
  background-color: #fff;
  width: max-content;
  position: absolute;
  right: 70px;
  bottom: 90px;
}
.layout-row .impactful-box .copy span {
  font-weight: 300;
}
.layout-row .impactful-box .copy h3 {
  line-height: 39px;
}
.layout-row .impactful-box .one {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 20px;
  border: solid 0.5px #03c3de;
}
.layout-row .impactful-box .copy .two {
  position: absolute;
  right: -10px;
  border: solid 0.5px #03c3de;
}
.layout-row .impactful-box .three {
  position: absolute;
  right: 0;
  left: 110px;
  margin: auto;
  bottom: 20px;
  border: solid 0.5px #03c3de;
}
.pulse {
  animation: pulse-animation 1s infinite;
  border-radius: 50%;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.layout-row .impactful-box .chartway-logo-small {
  position: absolute;
  right: 0;
  border: 0;
  bottom: 20px;
  right: 40px;
}
.layout-row .impactful-list {
  list-style: none;
  padding: 0 0 0 10px;
  margin-top: 28px;
}
.layout-row .impactful-list li {
  font-size: 22px;
  display: flex;
  align-items: center;
  line-height: 29px;
  padding-bottom: 25px;
}
.layout-row .impactful-list li span {
  color: #05C3DD;
  font-weight: 700;
  margin-right: 25px;
}
.layout-row .texture-box p.small {
  font-size: 16px;
  line-height: 20px;
}
.layout-row.texture-box .one {
  position: absolute;
  top: -48px;
  border: solid 0.5px #03c3de;
}
.layout-row.texture-box {
  position: relative;
  margin: 0 30px;
}
.layout-row .burst-big {
  background-image: url(/content/images/original/burst-bg.png);
  min-height: 655px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: end;
  background-position: center;
}
.layout-row .burst-big img {
  position: absolute;
  left: 0;
  top: 25%;
  border-radius: 50%;
  z-index: 0;
  width: 58%;
}
.layout-row .burst-big h2 {
  margin-top: 125px;
  line-height: 50px;
  margin-left: 50px;
}
.layout-row .burst-big p.small {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding-left: 150px;
}
.layout-row .wedgw-big h2 {
  line-height: 51px;
}
.layout-row .couple-box {
  background-repeat: no-repeat;
  min-height: 332px;
  background-size: cover;
  position: relative;
}
.layout-row .couple-box .big-img {
  position: absolute;
  bottom: 0;
  clip-path: polygon(19% 0, 72% 7%, 100% 15%, 85% 100%, 0 100%, 0 74%);
  left: 0;
  width: 52%;
}
.layout-row .couple-box h2 {
  position: absolute;
  right: 20px;
  bottom: 12px;
  line-height: 48px;
}
.layout-row .couple-box .logo {
  position: absolute;
  right: 20px;
  top: 22px;
  width: 120px;
}
.layout-row .burst-bg {
  background-image: url(/content/images/original/burst.jpg);
  min-height: 460px;
  background-position: center;
  background-size: cover;
  display: flex;
}
.layout-row .burst-bg img {
  width: 375px;
  height: 375px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  display: block;
}
.layout-row .wedge-big {
  clip-path: polygon(100% 0, 87% 100%, 14% 100%, 0 0);
}
.layout-row .image-rounded {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  object-fit: cover;
  margin: 50px 0;
  position: absolute;
  right: 0;
}
@media (max-width: 1000px) {
  #layout-last-sec .onehalf {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .burst-box .bg-blueberry {
    height: 340px;
    padding: 25px;
  }
  .color-row .two-color-boxes .box {
    width: 210px;
  }
  .layout-row .squared-img {
    height: 100%;
  }
  .layout-row .burst-big img {
    width: 78%;
  }
  .layout-row .burst-big p.small {
    padding: 0;
    width: 200px;
  }
  .layout-row .burst-big .text-box {
    background: rgba(255, 255, 255, .7);
    padding: 10px 25px 40px 25px;
    border-radius: 10px;
  }
  .layout-row .wedge-box img {
    height: 390px;
  }
  .layout-row .squared-bg {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .layout-row .image-rounded {
    width: 240px;
    height: 240px;
  }
  .color-row .two-color-boxes .box {
    width: auto;
  }
  .voice-row h3 {
    font-size: 17px !important;
  }
  .voice-row.table-box p {
    font-size: 17px !important;
  }
  .standalone-rate-feature {
    margin: 10px auto;
  }
  .rate-feature {
    width: auto;
  }
  .layout-row .burst-big h2 {
    margin-top: 25px;
  }
  .layout-row .burst-big img {
    width: 300px;
  }
}
@media (max-width: 500px) {
  .voice-row.table-box p {
    font-size: 12px !important;
  }
  .voice-row h3 {
    font-size: 13px !important;
  }
  .personas-row {
    width: 95%;
  }
}
div.contentdeck div.deckinner {
  padding-bottom: 0px !important;
}
#home .multicol-inner {
  display: flex;
  flex-wrap: wrap;
}
.header.scrolled .col-logo img {
  margin-bottom: 25px;
}
.sidebar {
  background-color: #D3D4CE;
  position: fixed;
  top: 0;
  z-index: 999;
  right: 0;
  width: 0px;
  height: 100%;
  transition: all .3s;
  overflow: auto;
}
.sidebar.open {
  width: 210px;
}
.sidebar {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}
.sidebar::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.sidebar a {
  padding: 12px 8px 12px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #002855;
  display: block;
  margin: 15px 0;
  white-space: nowrap;
  transition: 0.3s;
}
.active {
  color: #fff !important;
  background-color: #002855;
}
.sidebar a.link:hover {
  color: #fff;
  background-color: #002855;
}
.close-icon,
.menu-icon {
  cursor: pointer;
}
.close-icon a {
  color: #002855;
  padding-right: 85px;
}
.main {
  position: relative;
  right: 0%;
  transition: all .5s;
}
.push {
  right: 5%;
}
.menu-col {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 210px;
  text-align: right;
  padding: 37px 25px 25px 25px;
}
.close-icon {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #D3D4CE;
  justify-content: space-between;
}
.close-icon img {
  margin-right: 25px;
}
@media screen and (max-width:767px) {
  .menu-col {
    width: 100%;
    background: #fff;
    z-index: 110;
  }
  .header {
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 110;
    background: transparent;
    width: 50%;
    z-index: 120;
  }
  .sidebar.open {
    width: 100%;
  }
}



