.ct-section {
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
}

.ct-section>.ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ct-div-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.ct-new-columns {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.ct-link-text {
  display: inline-block;
}

.ct-link {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-link-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.ct-link-button {
  background-color: #1e73be;
  border: 1px solid #1e73be;
  color: #ffffff;
  padding: 10px 16px;
}

.ct-image {
  max-width: 100%;
}

.ct-fancy-icon>svg {
  width: 55px;
  height: 55px;
}

.ct-inner-content {
  width: 100%;
}

.ct-slide {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-nestable-shortcode {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-comments {
  width: 100%;
  text-align: left;
}

.oxy-comment-form {
  width: 100%;
}

.oxy-login-form {
  width: 100%;
}

.oxy-search-form {
  width: 100%;
}

.oxy-tabs-contents {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-tab {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-tab-content {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-testimonial {
  width: 100%;
}

.oxy-icon-box {
  width: 100%;
}

.oxy-pricing-box {
  width: 100%;
}

.oxy-posts-grid {
  width: 100%;
}

.oxy-gallery {
  width: 100%;
}

.ct-slider {
  width: 100%;
}

.oxy-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}

.ct-modal {
  flex-direction: column;
  align-items: flex-start;
}

.ct-span {
  display: inline-block;
  text-decoration: inherit;
}

.ct-widget {
  width: 100%;
}

.oxy-dynamic-list {
  width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .ct-div-block,
  .oxy-post-content,
  .ct-text-block,
  .ct-headline,
  .oxy-rich-text,
  .ct-link-text {
    max-width: 100%;
  }

  img {
    flex-shrink: 0;
  }

  body * {
    min-height: 1px;
  }
}

.oxy-testimonial {
  flex-direction: row;
  align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
  order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
  width: 125px;
  height: 125px;
  margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap,
.oxy-testimonial .oxy-testimonial-author-wrap,
.oxy-testimonial .oxy-testimonial-content-wrap {
  align-items: flex-start;
  text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.4;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
}


.oxy-testimonial .oxy-testimonial-author-info {
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
}



.oxy-icon-box {
  text-align: left;
  flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
  font-size: 21px;
  margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
  font-size: 16px;
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
  margin-top: 20px;
}


/* GLOBALS */

.oxy-pricing-box .oxy-pricing-box-section {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  alignment: center;
  text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
  justify-content: center;
}

/* TITLE */

.oxy-pricing-box .oxy-pricing-box-title-title {
  font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
  font-size: 24px;
}


/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
  font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
  font-size: 80px;
  line-height: 0.7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
  font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
  font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

/* CONTENT */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

/* CTA */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
  justify-content: center;
}


.oxy-progress-bar .oxy-progress-bar-background {
  background-color: #000000;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
  animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
  width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
  background-color: #66aaff;
  padding: 40px;
  animation: none 0s paused, none 0s paused;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
  font-size: 30px;
  font-weight: 900;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
  font-size: 12px;
}

.ct-slider .unslider-nav ol li {
  border-color: #ffffff;
}

.ct-slider .unslider-nav ol li.unslider-active {
  background-color: #ffffff;
}

.ct-slider .ct-slide {
  padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary,
.oxy-superbox .oxy-superbox-primary {
  transition-duration: 0.5s;
}








.oxy-pro-menu {
  menu_dropdown_animation: fade-up;
}

.oxy-pro-menu .oxy-pro-menu-list .menu-item a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-list>.menu-item {
  margin-top: px;
  margin-left: px;
  margin-right: px;
  margin-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
  box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a svg {
  margin-top: px;
  margin-left: px;
  margin-right: px;
  margin-bottom: px;
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a div {
  margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu .menu-item a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  width: 30px;
  height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
  top: 20px;
  left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  width: 24px;
  height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container>div:first-child,
.oxy-pro-menu .oxy-pro-menu-open-container>div:first-child {
  oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width: px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
  oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width: px;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
  background-color: #ffffff;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item a,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-open-container {
  background-color: ;
  background-image: url();
  overlay-color: ;
  background-size: ;
  background-repeat: ;
  background-attachment: ;
  background-blend-mode: ;
  background-size-width: px;
  background-size-height: px;
  background-position: px px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children>a svg,
.oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children>a svg {
  font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul,
.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
  background-color: rgba(0, 0, 0, 0.2);
  border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
  flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
  text-align: left;
  justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
  align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
  text-align: left;
  justify-content: flex-start;
}


.oxy-shape-divider {
  width: 0px;
  height: 0px;

}

.oxy_shape_divider svg {
  width: 100%;
}

.ct-section-inner-wrap,
.oxy-header-container {
  max-width: 1120px;
}

body {
  font-family: 'Open Sans';
}

body {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
}

.oxy-nav-menu-hamburger-line {
  background-color: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro';
  font-size: 36px;
  font-weight: 700;
  line-height: ;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 30px;
  line-height: ;
}

h3,
h4,
h5,
h6 {
  font-size: 24px;
  line-height: ;
}

h4,
h5,
h6 {
  font-size: 20px;
  line-height: ;
}

h5,
h6 {
  font-size: 18px;
  line-height: ;
}

h6 {
  font-size: 16px;
  line-height: ;
}

a {
  color: #0074db;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.ct-link-text {
  text-decoration: ;
}

.ct-link {
  text-decoration: ;
}

.ct-link-button {
  border-radius: 3px;
}

.ct-section-inner-wrap {
  padding-top: 75px;
  padding-right: 20px;
  padding-bottom: 75px;
  padding-left: 20px;
}

.ct-new-columns>.ct-div-block {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.oxy-header-container {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 992px) {
  .ct-columns-inner-wrap {
    display: block !important;
  }

  .ct-columns-inner-wrap:after {
    display: table;
    clear: both;
    content: "";
  }

  .ct-column {
    width: 100% !important;
    margin: 0 !important;
  }

  .ct-columns-inner-wrap {
    margin: 0 !important;
  }
}

.hyperion-subheading {
  font-family: 'Open Sans';
  color: #e96199;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hyperion-subheading {
    font-size: 20px;
  }
}

.hyperion-heading-two {
  font-family: 'Source Sans Pro';
  color: #23232d;
  font-weight: 900;
  font-size: 120px;
  line-height: 1;
}

@media (max-width: 991px) {
  .hyperion-heading-two {
    font-size: 96px;
  }
}

@media (max-width: 767px) {
  .hyperion-heading-two {
    font-size: 72px;
  }
}

@media (max-width: 479px) {
  .hyperion-heading-two {
    font-size: 60px;
  }
}

.hyperion-body-text {
  font-family: 'Open Sans';
  font-size: 20px;
  color: #52565a;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hyperion-primary-button:hover {
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 20px 40px;
  transform: scale(1.05, 1.05);
}

.hyperion-primary-button {
  background-image: linear-gradient(120deg, #e96199, #e9435a);
  font-family: 'Open Sans';
  font-size: 24px;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  background-color: #e96199;
  letter-spacing: .25em;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 1000px;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
}

@media (max-width: 991px) {
  .hyperion-primary-button {
    padding-left: 42px;
    padding-right: 42px;
  }
}

@media (max-width: 479px) {
  .hyperion-primary-button {
    font-size: 18px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 42px;
    padding-right: 42px;
  }
}

.hyperion-big-text {
  font-family: 'Open Sans';
  color: #23232d;
  font-size: 30px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .hyperion-big-text {
    font-size: 24px;
  }
}

.hyperion-team-1-column:hover {
  box-shadow: 0 20px 40px 0 rgba(194, 191, 211, 0.40), inset 2px 2px 0px #e8e6f2, 2px 2px 0px #e8e6f2;
  transition: all ease 0.2s;
}

.hyperion-team-1-column {
  text-align: center;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-top-width: 2px;
  border-top-color: #e8e6f2;
  border-left-width: 2px;
  border-left-color: #e8e6f2;
  border-right-color: #e8e6f2;
  border-bottom-color: #e8e6f2;
  border-right-width: 2px;
  border-bottom-width: 2px;
  width: NaNpx;
}

.hyperion-team-1-column:not(.ct-section),
.hyperion-team-1-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hyperion-team-1-avatar {
  width: 100%;
  border-radius: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.hyperion-team-1-title {
  font-family: 'Source Sans Pro';
  color: #23232d;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 6px;
  margin-left: 20px;
  margin-right: 20px;
}

.atomic-subheading {
  font-family: 'Source Sans Pro';
  color: #2b2c27;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 200;
  max-width: 480px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  .atomic-subheading {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .atomic-subheading {
    font-size: 18px;
  }
}

.atomic-secondary-heading {
  color: #2b2c27;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1120px) {
  .atomic-secondary-heading {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .atomic-secondary-heading {
    font-size: 44px;
  }
}

@media (max-width: 479px) {
  .atomic-secondary-heading {
    font-size: 40px;
  }
}

.atomic-primary-button:hover {
  background-color: #6799b2;
  color: #ffffff;
}

.atomic-primary-button {
  font-family: 'Open Sans';
  background-color: #65bec2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .25em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}

@media (max-width: 991px) {
  .atomic-primary-button {
    padding-top: 16px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .atomic-primary-button {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .atomic-primary-button {
    font-size: 16px;
  }
}

.atomic-content-32-column {
  width: 33.33%;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #eff4f7;
  border-right-color: #eff4f7;
  border-bottom-color: #eff4f7;
  border-left-color: #eff4f7;
}

.atomic-content-32-column:not(.ct-section),
.atomic-content-32-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1120px) {
  .atomic-content-32-column {}

  .atomic-content-32-column:not(.ct-section),
  .atomic-content-32-column.ct-section .ct-section-inner-wrap {
    display: flex;
  }
}

@media (max-width: 767px) {
  .atomic-content-32-column {
    width: 100%;
  }

  .atomic-content-32-column:not(.ct-section),
  .atomic-content-32-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
  }
}

.atomic-content-32-image {
  width: auto;
}

.atomic-content-32-text-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding-top: 47px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 47px;
  text-align: center;
  flex-grow: 1;
}

.atomic-content-32-text-wrapper:not(.ct-section),
.atomic-content-32-text-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .atomic-content-32-text-wrapper {
    padding-top: 24px;
  }
}

.atomic-content-32-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  margin-top: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-32-small-text {
  font-family: 'Open Sans';
  color: #898989;
  margin-bottom: 8px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-32-text {
  color: #3b3c38;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-32-icon {
  color: #566d8f;
}

.atomic-content-32-icon>svg {
  width: 42px;
  height: 42px;
}

.atomic-content-32-icon {
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .atomic-content-32-icon {}

  .atomic-content-32-icon:not(.ct-section),
  .atomic-content-32-icon.ct-section .ct-section-inner-wrap {
    flex-direction: unset;
  }
}

.atomic-team-1-column {
  text-align: center;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-color: #eff4fb;
  border-right-color: #eff4fb;
  border-bottom-color: #eff4fb;
  border-left-color: #eff4fb;
}

.atomic-team-1-column:not(.ct-section),
.atomic-team-1-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atomic-team-1-mate {
  margin-bottom: 24px;
}

.atomic-team-1-title {
  line-height: 1.2;
  font-size: 20px;
  color: #566d8f;
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: .12em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-team-1-text {
  font-size: 14px;
  line-height: 1.6;
  color: #3b3c38;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}

.agencyb-heading-two {
  font-family: 'Source Sans Pro';
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  .agencyb-heading-two {
    font-size: 56px;
  }
}

@media (max-width: 479px) {
  .agencyb-heading-two {
    font-size: 48px;
  }
}

.agencyb-red-button:hover {
  background-color: #ec2758;
  border: 1px solid #ec2758;
}

.agencyb-red-button:hover {
  transform: scale(1.05, 1.05);
}

.agencyb-red-button {
  background-color: #ec2758;
  border: 1px solid #ec2758;
  color: #ffffff;
  padding: 14px 22.4px;
}

.agencyb-red-button {
  font-family: 'Open Sans';
  button-hover_color: #ec2758;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #ffffff;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 100px;
  text-align: center;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
}

.agencyb-process-1-left-column {
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  height: 150px;
}

.agencyb-process-1-left-column:not(.ct-section),
.agencyb-process-1-left-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .agencyb-process-1-left-column {
    margin-top: 5px;
  }
}

.agencyb-process-1-right-column {
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  height: 150px;
}

.agencyb-process-1-right-column:not(.ct-section),
.agencyb-process-1-right-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.agencyb-process-1-center-column {
  text-align: center;
}

.agencyb-process-1-center-column:not(.ct-section),
.agencyb-process-1-center-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.agencyb-process-1-title {
  font-family: 'Ubuntu';
  color: #000422;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .agencyb-process-1-title {
    padding-top: 40px;
  }
}

.agencyb-process-1-text {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.agencyb-process-1-icon {
  color: #ffffff;
}

.agencyb-process-1-icon>svg {
  width: 36px;
  height: 36px;
}

.agencyb-process-1-icon {}

.agencyb-process-1-icon-wrapper {
  background-image: url(https://vitacomex.com/wp-content/uploads/2021/05/experienciaVitacomex.png);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 100%;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-color: #FFF;
  border-right-color: #FFF;
  border-bottom-color: #FFF;
  border-left-color: #FFF;
}

.agencyb-process-1-line {
  border-right-color: rgba(147, 147, 147, 0.69);
  border-right-width: 1px;
  border-right-style: dashed;
}

@media (max-width: 767px) {
  .agencyb-process-1-line {}

  .agencyb-process-1-line:not(.ct-section),
  .agencyb-process-1-line.ct-section .ct-section-inner-wrap {
    display: none;
    flex-direction: unset;
  }
}