@keyframes border-in {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@-webkit-keyframes border-in {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes border-out {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes border-out {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes fade-In {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-In {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-Out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-Out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ar-main-header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f9f9f9;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  top: 0px;
  position: fixed;
}
.ar-main-header nav .logo-blue {
  display: block;
}
.ar-main-header nav .logo-white {
  display: none;
}
.ar-main-header .ar-container {
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .ar-main-header .ar-container {
    align-items: center;
  }
}
.ar-main-header nav {
  min-height: 60px;
  padding: 16px 0px !important;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav {
    padding: 0px !important;
  }
}
.ar-main-header nav .navbar-brand {
  font-size: 0px;
  position: relative;
  z-index: 1;
}
.ar-main-header nav .navbar-brand img {
  width: 75px;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-brand img {
    width: 87px;
  }
}
.ar-main-header nav .navbar-brand .logo-blue {
  display: block;
}
.ar-main-header nav .navbar-brand .logo-white {
  display: none;
}
.ar-main-header nav .navbar-toggler {
  border: none;
  padding: 0px;
  position: relative;
  z-index: 1;
}
.ar-main-header nav .navbar-toggler:focus, .ar-main-header nav .navbar-toggler:hover {
  background: transparent;
}
.ar-main-header nav .navbar-toggler .toggle-icon {
  height: 2px;
  width: 20px;
  background: #2e3260;
  display: block;
  margin: 8px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  transform: rotate(0deg);
}
.ar-main-header nav .ar-sign {
  display: none;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .ar-sign {
    display: block;
  }
}
.ar-main-header nav .ar-sign a {
  color: #2e3260;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.ar-main-header nav .navbar-collapse {
  height: 100% !important;
  justify-content: space-between !important;
  flex-direction: column;
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 80px 15px 15px;
  display: none;
  background: #2e3260;
  animation: fade-Out 0.2s linear forwards;
  -webkit-animation: fade-Out 0.2s linear forwards;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-collapse {
    display: block;
    height: auto !important;
    opacity: 1;
    position: relative;
    background: transparent;
    padding: 0px;
    animation: inherit;
    -webkit-animation: inherit;
  }
}
.ar-main-header nav .navbar-nav {
  width: 100%;
  height: calc(100% - 90px);
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-nav {
    width: auto;
    height: auto;
    overflow: visible;
  }
}
.ar-main-header nav .navbar-nav .nav-item {
  margin-bottom: 15px;
}
.ar-main-header nav .navbar-nav .nav-item:first-child {
  margin-left: 0px;
}
.ar-main-header nav .navbar-nav .nav-item:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-nav .nav-item {
    margin: 0 5px;
  }
}
@media screen and (min-width: 992px) {
  .ar-main-header nav .navbar-nav .nav-item {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .ar-main-header nav .navbar-nav .nav-item {
    margin: 0 20px;
  }
}
.ar-main-header nav .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  letter-spacing: 0.37px;
  font-weight: 400;
  padding: 0px 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-nav .nav-item .nav-link {
    padding: 19px 5px;
    font-size: 14px;
    color: #2e3260;
    opacity: 0.5;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .ar-main-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
.ar-main-header nav .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
}
.ar-main-header nav .navbar-nav .nav-item .nav-link:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: -10px;
  top: 13px;
  bottom: 0px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-nav .nav-item .nav-link:after {
    right: -8px;
    top: 30px;
  }
}
.ar-main-header nav .navbar-nav .nav-item:hover a {
  opacity: 1;
}
.ar-main-header nav .navbar-nav .nav-item:hover a:after {
  transform: rotate(-180deg);
}
.ar-main-header nav .navbar-nav .nav-item.active .nav-link {
  opacity: 1;
}
.ar-main-header nav .navbar-nav .nav-item.show .nav-link {
  opacity: 1;
}
.ar-main-header nav .navbar-nav .nav-item.show .nav-link:after {
  transform: rotate(-180deg);
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu {
  margin-top: 0px;
  background: transparent;
  border-radius: 10px;
  padding: 0px;
  border: none;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-nav .nav-item .dropdown-menu {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #e6e6e6;
    top: 55px;
  }
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 21px;
  left: 30px;
  top: -10px;
  margin: auto;
  border-bottom: 10px solid white;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  display: none !important;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-nav .nav-item .dropdown-menu:after {
    display: block !important;
  }
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu:before {
  content: "";
  position: absolute;
  height: 11px;
  width: 23px;
  left: 29px;
  top: -11px;
  margin: auto;
  border-bottom: 11px solid #e6e6e6;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  display: none !important;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-nav .nav-item .dropdown-menu:before {
    display: block !important;
  }
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu ul {
  padding: 5px 35px;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-nav .nav-item .dropdown-menu ul {
    padding: 20px 30px 20px 20px;
  }
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu ul li {
  margin-bottom: 8px;
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu ul li:last-child {
  margin-bottom: 0px;
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0px;
  letter-spacing: 0.37px;
  font-size: 17px;
  color: #5ea7ea;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #2e3260;
    font-weight: 400;
    font-size: 15px;
  }
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background: transparent;
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu i {
  width: 25px;
  display: none;
  height: 27px;
  background-position: center center !important;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-nav .nav-item .dropdown-menu i {
    display: inline-block;
  }
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .ar-documents-icon {
  background: url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/EM4RHLKWpemdmSUfG08yt3OEKj9AEBE4qlhmbe9RplRRa1tFHh.svg") no-repeat;
  background-size: 24px auto;
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .ar-insights-icon {
  background: url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/wurRndS9mdszOf0RzdDsx78t0GBzS6F4peCD4LPKws7HdtTHoz.svg") no-repeat;
  background-size: 24px auto;
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .ar-workflows-icon {
  background: url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/MzVSU1ookxAfeqpdtY8LepWQzubH16m2q9glqoFu4W074xYfek.svg") no-repeat;
  background-size: 24px auto;
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .ar-decisions-icon {
  background: url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/RRjYRedar2UDtLQruldJwArXdazegrP8pTv8wtiS85vd3LVLd0.svg") no-repeat;
  background-size: 24px auto;
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .ar-collaboration-icon {
  background: url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/w7QyKHQShfSTBBMQZxyiVlY4FdfV1NR8wWxtNXIC07206Y2h3p.svg") no-repeat;
  background-size: 24px auto;
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .ar-team-icon {
  background: url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/qjKWtUEZ7yoVp7pGfx1L0dxBxKx0xChGIDnnIRERvxgSQmBdW1.svg") no-repeat;
  background-size: 24px auto;
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .ar-careers-icon {
  background: url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/7qLPnz2TA5wq5UwD73Xw6oDzAfB7NXmzCqP9yno6KSIa15dXJZ.svg") no-repeat;
  background-size: 24px auto;
}
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .ar-press-icon {
  background: url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/0Q8AcxAltnciiwLT3KInaXeCtIVWjbrgacFuKazwWJNPu14hv4.svg") no-repeat;
  background-size: 24px auto;
}
.ar-main-header nav .navbar-nav .nav-item .ar-platform-menu {
  flex-direction: column;
}
.ar-main-header nav .navbar-nav .nav-item .ar-platform-menu.show {
  display: flex;
}
.ar-main-header nav .navbar-nav .nav-item .ar-platform-menu ul {
  order: 2;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-nav .nav-item .ar-platform-menu ul {
    order: inherit;
  }
}
.ar-main-header nav .navbar-nav .nav-item .ar-overview {
  text-align: left;
  padding: 0px 35px;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-nav .nav-item .ar-overview {
    border-top: 1px solid #e6e6e6;
    border-radius: 0 0 10px 10px;
    background: #f9f9f9;
    text-align: center;
    padding: 0px;
  }
}
.ar-main-header nav .navbar-nav .nav-item .ar-overview a {
  color: #5ea7ea;
  font-size: 17px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .navbar-nav .nav-item .ar-overview a {
    font-size: 15px;
    display: block;
    padding: 12px 5px;
  }
}
.ar-main-header nav .navbar-nav .nav-item .ar-overview a .ar-get-icon {
  width: 20px;
  display: inline-block;
  height: 15px;
  background: url("../images/nav/overview-icon.svg") no-repeat;
  background-size: 20px auto;
  background-position: center center;
}
.ar-main-header nav .navbar-nav .nav-item.dropdown {
  padding-right: 10px;
}
.ar-main-header nav .navbar-nav .nav-item.dropdown a {
  padding-right: 10px !important;
  cursor: default;
}
.ar-main-header nav .ar-mobile-social-signin {
  display: block;
  width: 100%;
  padding: 0 10px 20px;
}
@media screen and (min-width: 768px) {
  .ar-main-header nav .ar-mobile-social-signin {
    display: none;
  }
}
.ar-main-header nav .ar-mobile-social-signin span {
  font-size: 15px;
  font-family: "open_sansbold";
  color: #ffffff;
}
.ar-main-header nav .ar-mobile-social-signin span a {
  font-size: 15px;
  color: #ffffff;
}
.ar-main-header nav .ar-mobile-social-signin span a:hover, .ar-main-header nav .ar-mobile-social-signin span a:focus {
  color: #ffffff;
}
.ar-main-header nav .ar-mobile-social-signin ul {
  margin-top: 15px;
}
.ar-main-header nav .ar-mobile-social-signin ul li {
  display: inline-block;
  margin-right: 28px;
}
.ar-main-header nav .ar-mobile-social-signin ul li:last-child {
  margin-right: 0px;
}
.ar-main-header nav .ar-mobile-social-signin ul li .nav-fb-icon {
  width: 8px;
}
.ar-main-header nav .ar-mobile-social-signin ul li .nav-twitter-icon {
  width: 15px;
}
.ar-main-header nav .ar-mobile-social-signin ul li .nav-insta-icon {
  width: 15px;
}
.ar-main-header nav .ar-mobile-social-signin ul li .nav-mail-icon {
  width: 18px;
}
.ar-main-header nav .ar-mobile-social-signin ul li .nav-linkedin-icon {
  width: 15px;
}

.ar-transparent-header {
  background: transparent;
}
.ar-transparent-header nav .navbar-toggler .toggle-icon {
  background: #ffffff;
}
.ar-transparent-header nav .navbar-brand .logo-blue {
  display: none;
}
.ar-transparent-header nav .navbar-brand .logo-white {
  display: block;
}
.ar-transparent-header nav .ar-sign a {
  color: #ffffff;
}
.ar-transparent-header nav .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  opacity: 1;
}
.ar-transparent-header.topped nav .logo-blue {
  display: none;
}
.ar-transparent-header.topped nav .logo-white {
  display: block;
}

.ar-open-menu {
  overflow: hidden;
}
.ar-open-menu .ar-main-header {
  height: 100%;
  background: #2e3260;
}
.ar-open-menu .ar-main-header nav {
  height: 100%;
}
.ar-open-menu .ar-main-header nav .ar-container {
  height: 100%;
}
.ar-open-menu .ar-main-header nav .navbar-collapse {
  display: block;
  animation: fade-In 0.2s linear forwards;
  -webkit-animation: fade-In 0.2s linear forwards;
}
.ar-open-menu .ar-main-header nav .navbar-toggler .toggle-icon {
  background: #ffffff;
}
.ar-open-menu .ar-main-header nav .navbar-toggler .toggle-icon:first-child {
  transform: rotate(45deg);
  top: 5px;
}
.ar-open-menu .ar-main-header nav .navbar-toggler .toggle-icon:nth-of-type(2) {
  transform: rotate(-45deg);
  top: -5px;
}
.ar-open-menu .ar-main-header nav .navbar-brand .logo-white {
  display: block;
}
.ar-open-menu .ar-main-header nav .navbar-brand .logo-blue {
  display: none;
}

@keyframes nav-full-height {
  0% {
    height: 60px;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes nav-full-height {
  0% {
    height: 60px;
  }
  100% {
    height: 100%;
  }
}
.ar-footer-content {
  padding: 60px 0;
  background: #f4f5f5;
}
.ar-footer-content.ar-white-footer {
  background: #ffffff;
}
.ar-footer-content .ar-footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.ar-footer-content .ar-footer-logo a {
  display: inline-block;
}
.ar-footer-content .ar-footer-logo a img {
  width: 55px;
}
@media screen and (min-width: 768px) {
  .ar-footer-content .ar-footer-logo a img {
    width: 69px;
  }
}
.ar-footer-content .ar-social {
  display: none;
}
@media screen and (min-width: 768px) {
  .ar-footer-content .ar-social {
    display: block;
  }
}
.ar-footer-content .ar-social ul {
  margin-top: 10px;
}
.ar-footer-content .ar-social li {
  margin-right: 30px;
  display: inline-block;
}
.ar-footer-content .ar-social li:last-child {
  margin-right: 0px;
}
.ar-footer-content .ar-social li a {
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ar-footer-content .ar-social li a:hover {
  opacity: 0.5;
}
.ar-footer-content .ar-social li a i {
  background-size: 100% !important;
  background-position: center center !important;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 22px !important;
}
.ar-footer-content .ar-social li a .fb-icon {
  background: url("../images/social-icon/fb-icon.svg") no-repeat;
  width: 11px;
  height: 22px;
}
.ar-footer-content .ar-social li a .twitter-icon {
  background: url("../images/social-icon/twitter-icon.svg") no-repeat;
  width: 20px;
  height: 18px;
}
.ar-footer-content .ar-social li a .instagram-icon {
  background: url("../images/social-icon/insta-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
}
.ar-footer-content .ar-social li a .mail-icon {
  background: url("../images/social-icon/mail-icon.svg") no-repeat;
  width: 24px;
  height: 16px;
}
.ar-footer-content .ar-social li a .linkedin-icon {
  background: url("../images/social-icon/linkedin-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
}
.ar-footer-content .ar-footer-dtl .ar-solution-footer {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .ar-footer-content .ar-footer-dtl .ar-solution-footer {
    margin-bottom: 0px;
  }
}
.ar-footer-content .ar-footer-dtl .ar-solution-footer ul {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ar-footer-content .ar-footer-dtl .ar-solution-footer ul {
    margin-top: 30px;
  }
}
.ar-footer-content .ar-footer-dtl .ar-solution-footer ul li {
  margin-bottom: 10px;
}
.ar-footer-content .ar-footer-dtl .ar-solution-footer ul li:last-child {
  margin-bottom: 0px;
}
.ar-footer-content .ar-footer-dtl .ar-solution-footer ul a {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: inline-block;
  color: #2e3260;
  line-height: 14px;
}
@media screen and (min-width: 1200px) {
  .ar-footer-content .ar-footer-dtl .ar-solution-footer ul a {
    font-size: 15px;
  }
}
.ar-footer-content .ar-footer-dtl .ar-head-blk address {
  color: #848587;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ar-footer-content .ar-footer-dtl .ar-head-blk address {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .ar-footer-content .ar-footer-dtl .ar-head-blk address {
    font-size: 15px;
  }
}
.ar-footer-content .ar-footer-bottom .ar-copyright-text {
  float: left;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .ar-footer-content .ar-footer-bottom .ar-copyright-text {
    float: none;
    width: 100%;
  }
}
.ar-footer-content .ar-footer-bottom .ar-copyright-text span {
  color: #848587;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.ar-footer-content .ar-footer-bottom .ar-condition-link {
  text-align: left;
  overflow: hidden;
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ar-footer-content .ar-footer-bottom .ar-condition-link {
    margin-top: 12px;
    float: none;
    text-align: left;
  }
}
.ar-footer-content .ar-footer-bottom .ar-condition-link a {
  font-size: 14px;
  color: #848587;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0 15px;
  position: relative;
  line-height: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .ar-footer-content .ar-footer-bottom .ar-condition-link a {
    font-size: 15px;
  }
}
.ar-footer-content .ar-footer-bottom .ar-condition-link a:after {
  width: 1px;
  height: 15px;
  top: 4px;
  bottom: 0px;
  margin: auto;
  content: "";
  position: absolute;
  right: -15px;
  background: #848587;
  display: none;
}
@media screen and (min-width: 768px) {
  .ar-footer-content .ar-footer-bottom .ar-condition-link a:after {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .ar-footer-content .ar-footer-bottom .ar-condition-link li {
    float: left;
  }
}
@media screen and (max-width: 767.98px) {
  .ar-footer-content .ar-footer-bottom .ar-condition-link li a {
    margin-left: 15px;
  }
}
.ar-footer-content .ar-footer-bottom .ar-condition-link li:first-child {
  margin-left: 0px;
}
.ar-footer-content .ar-footer-bottom .ar-condition-link li:first-child a {
  margin-left: 0px;
  margin-left: 15px;
}
.ar-footer-content .ar-footer-bottom .ar-condition-link li:last-child {
  margin-right: 0px;
}
.ar-footer-content .ar-footer-bottom .ar-condition-link li:last-child a:after {
  display: none;
}
.ar-footer-content .ar-footer-bottom .ar-lordicon-attribution {
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
  width: 100%;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.ar-footer-content .ar-footer-bottom .ar-lordicon-attribution a {
  color: rgb(180, 180, 180);
}
.ar-footer-content .ar-footer-bottom .ar-siteby {
  text-align: left;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .ar-footer-content .ar-footer-bottom .ar-siteby {
    text-align: right;
    margin-top: 0px;
  }
}
.ar-footer-content .ar-footer-bottom .ar-siteby a {
  font-size: 14px;
  display: inline-block;
  color: #848587;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .ar-footer-content .ar-footer-bottom .ar-siteby a {
    font-size: 15px;
  }
}
.ar-footer-content .ar-footer-bottom .ar-siteby a:hover {
  color: #2e3260;
}
.ar-footer-content .ar-footer-bottom .ar-siteby a:focus {
  color: #848587;
}
.ar-footer-content .ar-footer-bottom .ar-siteby a:after {
  width: 3.5px;
  height: 3.5px;
  display: inline-block;
  position: absolute;
  content: "";
  right: -4px;
  top: 6px;
  background: #c6c6c6;
}

.ar-question-blk {
  background-image: url("../images/question-bg-mobile.png"), -moz-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: url("../images/question-bg-mobile.png"), -webkit-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: url("../images/question-bg-mobile.png"), -ms-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: url("../images/question-bg-mobile.png"), linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-repeat: no-repeat;
  background-position: top 40px left, left top;
  background-size: 100% auto;
  padding: 80px 0px 50px;
}
@media screen and (min-width: 768px) {
  .ar-question-blk {
    background-image: url("../images/question-bg.png"), -moz-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
    background-image: url("../images/question-bg.png"), -webkit-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
    background-image: url("../images/question-bg.png"), -ms-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
    background-image: url("../images/question-bg.png"), linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
    background-position: bottom -1px left, left top;
    padding: 130px 0 150px;
    background-size: auto auto;
  }
}
.ar-question-blk .row {
  margin: 0 20vw;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .ar-question-blk .row {
    margin: 0 20vw 0 120px;
  }
}
.ar-question-blk .row > * {
  width: auto;
}
.ar-question-blk .ar-question-left h3 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #ffffff;
  font-family: "Helvetica";
}
@media screen and (min-width: 768px) {
  .ar-question-blk .ar-question-left h3 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: -1.4px;
  }
}
@media screen and (max-width: 991.98px) {
  .ar-question-blk .ar-question-right-container {
    padding: 0;
  }
}
.ar-question-blk .ar-question-right {
  text-align: center;
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  .ar-question-blk .ar-question-right {
    text-align: right;
    margin-top: 0px;
  }
}
.ar-question-blk .ar-question-right .ar-question-inner {
  display: inline-block;
  text-align: center;
}
.ar-question-blk .ar-question-right span {
  font-size: 27px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .ar-question-blk .ar-question-right span {
    font-size: 35px;
    line-height: 35px;
  }
}
.ar-question-blk .ar-question-right .ar-speakbtn {
  min-width: 160px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 1.3px;
  line-height: 47px;
  height: 47px;
  border: 1px solid #afafaf;
  text-transform: uppercase;
  background: transparent;
  border-radius: 50px;
  color: #2e3260;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  float: right;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .ar-question-blk .ar-question-right .ar-speakbtn {
    line-height: 60px;
    height: 60px;
    font-size: 13px;
    min-width: 210px;
    padding: 0 20px;
  }
}
.ar-question-blk .ar-question-right .ar-speakbtn:hover {
  background: #ffffff;
  color: #2e3260;
  border-color: #ffffff;
}

.ar-digital-content {
  padding: 120px 0px 60px;
  border-bottom: 1px solid #e3e4e5;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ar-digital-content {
    padding: 59px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .ar-digital-content .container {
    order: 2;
  }
}
.ar-digital-content .ar-container {
  display: block;
}
.ar-digital-content .ar-digital-img {
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ar-digital-content .ar-digital-img {
    text-align: right;
    margin-top: 0px;
  }
}
.ar-digital-content .ar-digital-img .ar-digital-web {
  max-width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .ar-digital-content .ar-digital-img .ar-digital-web {
    display: inline-block;
  }
}
.ar-digital-content .ar-digital-img .ar-digital-mobile {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ar-digital-content .ar-digital-img .ar-digital-mobile {
    display: none;
  }
}
.ar-digital-content .ar-digital-detail .ar-digital-detail-subheading {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ar-digital-content .ar-digital-detail .ar-digital-detail-subheading {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .ar-digital-content .ar-digital-detail {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .ar-digital-content .ar-digital-detail {
    margin-top: -80px;
  }
}
.ar-digital-content .ar-digital-detail .ar-desc-digital h1 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.8px;
  font-family: "Helvetica";
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .ar-digital-content .ar-digital-detail .ar-desc-digital h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .ar-digital-content .ar-digital-detail .ar-desc-digital h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .ar-digital-content .ar-digital-detail .ar-digitbtn-container {
    display: flex;
    justify-content: center;
    min-width: 28vw;
  }
}
@media (min-width: 1300px) {
  .ar-digital-content .ar-digital-detail .ar-digitbtn-container {
    margin-right: -2%;
  }
}
@media (min-width: 1350px) {
  .ar-digital-content .ar-digital-detail .ar-digitbtn-container {
    margin-right: -4%;
  }
}
@media (min-width: 1400px) {
  .ar-digital-content .ar-digital-detail .ar-digitbtn-container {
    min-width: 375px;
  }
}
.ar-digital-content .ar-digital-detail .ar-digitbtn {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .ar-digital-content .ar-digital-detail .ar-digitbtn {
    margin-top: 0px;
  }
}
.ar-digital-content .ar-digital-detail .ar-digitbtn a {
  min-width: 160px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 1.3px;
  line-height: 47px;
  height: 47px;
  border: 1px solid #afafaf;
  text-transform: uppercase;
  background: transparent;
  border-radius: 50px;
  color: #2e3260;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  float: left;
}
@media screen and (min-width: 768px) {
  .ar-digital-content .ar-digital-detail .ar-digitbtn a {
    line-height: 60px;
    height: 60px;
    font-size: 13px;
    min-width: 210px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .ar-digital-content .ar-digital-detail .ar-digitbtn a {
    float: right;
  }
}
.ar-digital-content .ar-digital-detail .ar-digitbtn a:hover {
  background: #2e3260;
  color: #ffffff;
  border-color: #2e3260;
}

.ar-work-content {
  padding-top: 50px;
  border-bottom: 1px solid #e3e4e5;
}
.ar-work-content .ar-work-desc h2 {
  color: #5ea7ea;
}
.ar-work-content .ar-work-desc .ar-work-dtl-container {
  width: 560px;
  font-style: italic;
  font-size: 1.1rem;
}
@media screen and (max-width: 767.98px) {
  .ar-work-content .ar-work-desc .ar-work-dtl-container {
    width: 100%;
  }
}
.ar-work-content .ar-work-desc .ar-work-dtl-container .ar-work-dtl {
  margin-top: 25px;
}
@media screen and (max-width: 767.98px) {
  .ar-work-content .ar-work-desc .ar-work-dtl-container .ar-work-dtl {
    width: 100%;
  }
}
.ar-work-content .ar-work-desc .ar-work-dtl-container .ar-work-dtl .ar-work-p {
  font-size: 22px;
  color: #5ea7ea;
}
.ar-work-content .ar-work-desc .ar-work-dtl-container .ar-work-dtl .ar-work-one-place {
  margin-top: 30px;
  font-weight: bold;
}
.ar-work-content .ar-work-progress {
  background: url(../images/works-bg.svg) no-repeat;
  background-position: right bottom -1px;
  padding-bottom: 120px;
  background-size: 50%;
  margin-top: 45px;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .ar-work-content .ar-work-progress {
    margin-top: -120px;
    background-size: 600px;
  }
}
.ar-work-content .ar-work-progress .ar-workimg {
  text-align: center;
}
.ar-work-content .ar-work-progress .ar-workimg img {
  max-width: 100%;
}
.ar-work-content .ar-work-progress .ar-workimg .ar-web-work {
  display: none;
}
@media screen and (min-width: 768px) {
  .ar-work-content .ar-work-progress .ar-workimg .ar-web-work {
    display: block;
  }
}
.ar-work-content .ar-work-progress .ar-workimg .ar-mobile-work {
  display: inline-block;
  max-width: 80%;
  width: 261px;
}
@media screen and (min-width: 768px) {
  .ar-work-content .ar-work-progress .ar-workimg .ar-mobile-work {
    display: none;
  }
}

.ar-document {
  padding: 60px 0px;
  border-bottom: 1px solid #e3e4e5;
}
@media screen and (min-width: 768px) {
  .ar-document {
    padding: 110px 0px;
  }
}
.ar-document h2 {
  color: #5ea7ea;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .ar-document h2 {
    margin-bottom: 135px;
  }
}
.ar-document .ar-documnet-container {
  position: relative;
}
.ar-document .ar-document-prev {
  background: url("../images/slider-arrow.svg") no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: 100%;
  left: 0px;
  margin: 0 7px;
  top: 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ar-document .ar-document-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 0px;
    bottom: 0px;
  }
}
.ar-document .ar-document-next {
  background: url("../images/slider-arrow.svg") no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: 100%;
  transform: rotate(180deg);
  right: 0px;
  margin: 0 7px;
  top: 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ar-document .ar-document-next {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 0px;
    bottom: 0px;
  }
}
.ar-document .ar-document-pagination {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .ar-document .ar-document-pagination {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .ar-document .ar-document-slider {
    width: calc(100% - 150px);
    margin: 0 auto;
  }
}
.ar-document .ar-document-slider .ar-document-img img {
  max-width: 80%;
}
.ar-document .ar-document-slider .swiper-wrapper {
  align-items: baseline;
}
.ar-document .ar-document-slider .swiper-slide {
  text-align: center;
  height: 100%;
}
.ar-document .ar-document-slider .ar-swiper-inner {
  width: calc(100% - 150px);
  margin: 0 auto;
}

.ar-product-content {
  background-image: -moz-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -webkit-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -ms-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  padding: 50px 0px;
}
@media screen and (min-width: 768px) {
  .ar-product-content {
    padding: 115px 0px;
  }
}
.ar-product-content .ar-product-dtl .ar-product-row {
  align-items: center;
}
.ar-product-content .ar-product-dtl .ar-product-row-item {
  height: fit-content;
}
.ar-product-content .ar-product-dtl .ar-product-title {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .ar-product-content .ar-product-dtl .ar-product-title {
    margin-bottom: 0px;
  }
}
.ar-product-content .ar-product-dtl .ar-product-title .ar-product-subtitle {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.ar-product-content .ar-product-dtl .ar-product-title .ar-product-subtitle strong {
  font-weight: bolder;
}
.ar-product-content .ar-product-dtl .ar-product-desc p {
  color: #ffffff;
  letter-spacing: -0.5px;
}
.ar-product-content .ar-product-item {
  margin-top: 80px;
  display: none;
}
@media screen and (min-width: 768px) {
  .ar-product-content .ar-product-item {
    display: block;
  }
}
.ar-product-content .ar-product-item .ar-container {
  flex-wrap: wrap;
}
.ar-product-content .ar-product-item .ar-product-item-tab {
  width: 100%;
  position: relative;
}
.ar-product-content .ar-product-item .ar-product-item-tab:after {
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0px;
  background-image: -webkit-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -moz-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -o-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
}
.ar-product-content .ar-product-item .ar-product-item-tab:before {
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  top: 66px;
  background-image: -webkit-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -moz-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -o-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs {
  border: none;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item {
  margin: 0px;
  width: 25%;
  position: relative;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item .tabtitle {
  color: #ffffff;
  border: none;
  padding: 10px 0 35px;
  display: block;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-align: center;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item .ar-product-desc {
  color: #ffffff;
  min-height: 475px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0.1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item .ar-product-desc img {
  max-width: 70%;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item .ar-product-desc:after {
  top: -1.5px;
  left: -1.5px;
  right: -1.5px;
  bottom: -1.5px;
  position: absolute;
  content: "";
  height: calc(100% + 3px);
  width: calc(100% + 3px);
  border: 3px solid #ffffff;
  z-index: -1;
  opacity: 0;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item .ar-product-detail {
  display: flex;
  opacity: 0;
  position: absolute;
  top: 65px;
  left: 100%;
  width: 180%;
  bottom: 0;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item .ar-product-detail p {
  color: #ffffff;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item .ar-product-detail .ar-learn-btn {
  color: #ffffff;
  font-size: 20px;
  margin-top: 30px;
  display: inline-block;
  font-weight: 400;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item .ar-product-detail .ar-learn-btn .ar-more-arrow {
  width: 7px;
  height: 13px;
  background: url("../images/right-arrow-icon.svg") no-repeat;
  display: inline-block;
  background-size: 100%;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item .ar-product-documents-icon {
  width: 175px;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item .ar-product-workflows-icon {
  width: 147px;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item .ar-product-insights-icon {
  width: 175px;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item .ar-product-collaboration-icon {
  width: 200px;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item .ar-product-anim {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item .ar-product-without-anim {
  opacity: 1;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item:nth-of-type(3) .ar-product-detail {
  left: auto;
  right: 100%;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item:nth-of-type(4) .ar-product-detail {
  left: auto;
  right: 100%;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .ar-product-hover .ar-product-detail {
  opacity: 1;
  z-index: 1;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .ar-product-hover .ar-product-desc {
  opacity: 1;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .ar-product-hover .ar-product-desc:after {
  opacity: 1;
  z-index: 1;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .ar-product-hover .ar-product-without-anim {
  opacity: 0;
  display: none;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .ar-product-hover .ar-product-anim {
  display: block;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs:hover .nav-item .ar-product-img .ar-product-desc {
  opacity: 0;
}
.ar-product-content .ar-product-item .ar-product-item-tab .nav-tabs .nav-item:hover .ar-product-img .ar-product-desc {
  opacity: 1;
}
.ar-product-content .ar-product-slider {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ar-product-content .ar-product-slider {
    display: none;
  }
}
.ar-product-content .ar-product-slider .product-slider {
  position: relative;
}
.ar-product-content .ar-product-slider .product-slider:after {
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  top: 240px;
  background-image: -webkit-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -moz-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -o-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
}
.ar-product-content .ar-product-slider .product-slider:before {
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  background-image: -webkit-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -moz-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -o-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
}
.ar-product-content .ar-product-slider .ar-product-prev.swiper-button-prev {
  background: url("../images/arrow-white-left.svg") no-repeat;
  background-size: 11px 22px;
  margin-top: 0px;
  top: 115px;
  background-position: left top;
  left: 0px;
  height: 22px;
}
.ar-product-content .ar-product-slider .ar-product-next.swiper-button-next {
  background: url("../images/arrow-white-right.svg") no-repeat;
  background-size: 11px 22px;
  margin-top: 0px;
  top: 115px;
  right: 0px;
  background-position: right top;
  height: 22px;
}
.ar-product-content .ar-product-slider .ar-product-img {
  text-align: center;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 55px 0px;
}
.ar-product-content .ar-product-slider .ar-product-img img {
  max-height: 100%;
}
.ar-product-content .ar-product-slider .ar-product-slider-detail {
  margin-bottom: 15px;
  padding-top: 25px;
}
.ar-product-content .ar-product-slider .ar-product-slider-detail h3 {
  font-size: 12.5px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1.25px;
  margin-bottom: 15px;
}
.ar-product-content .ar-product-slider .ar-product-slider-detail p {
  opacity: 0.65;
  color: #ffffff;
  font-size: 17px;
  line-height: 25px;
}
.ar-product-content .ar-product-slider .swiper-pagination {
  position: relative;
  margin-top: 20px;
  color: #5ea7ea;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
}

.ar-about-section {
  background: #2e3260 url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/bupdBEOZoGWrOfOapvR0kXh7gkPR2c4gu69f39ZyCzw1fPln1D.jpg") no-repeat;
  background-size: cover;
  background-position: top 15% center;
}

.ar-invest-detail {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .ar-invest-detail {
    padding-bottom: 50px;
  }
}
.ar-invest-detail .ar-invest-desc .ar-admin-invest-detail {
  margin: 40px 15px 0;
}
.ar-invest-detail .ar-invest-desc .ar-admin-invest-detail .ar-mission-detail {
  font-style: italic;
  margin-bottom: 30px;
  font-size: 21px;
}
.ar-invest-detail .ar-invest-desc .ar-admin-invest-detail .ar-mission-detail em {
  font-weight: 800;
}
.ar-invest-detail .ar-stats {
  display: none;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .ar-invest-detail .ar-stats {
    display: flex;
  }
}
.ar-invest-detail .ar-stats .ar-stats-child {
  padding: 25px 0px;
  text-align: center;
  font-weight: 500;
  align-self: stretch;
}
@media screen and (min-width: 992px) {
  .ar-invest-detail .ar-stats .ar-stats-child {
    border-right: 1px solid black;
  }
}
.ar-invest-detail .ar-stats .ar-stats-child .ar-stats-number {
  font-size: 24px;
  font-weight: bold;
}
.ar-invest-detail .ar-stats .ar-stats-child .ar-stats-desc {
  margin-top: 10px;
  font-weight: 500;
}
.ar-invest-detail .ar-stats .ar-stats-child.last {
  border-right: none;
}
@media screen and (min-width: 992px) {
  .ar-invest-detail .ar-stats-mobile {
    display: none;
  }
}
.ar-invest-detail .ar-stats-mobile .ar-stats-child {
  padding: 25px 0px;
  text-align: center;
  font-weight: 500;
  align-self: stretch;
}
@media screen and (min-width: 992px) {
  .ar-invest-detail .ar-stats-mobile .ar-stats-child {
    border-right: 1px solid black;
  }
}
.ar-invest-detail .ar-stats-mobile .ar-stats-child .ar-stats-number {
  font-size: 24px;
  font-weight: bold;
}
.ar-invest-detail .ar-stats-mobile .ar-stats-child .ar-stats-desc {
  margin-top: 10px;
  font-weight: 500;
}
.ar-invest-detail .ar-our-leadership {
  margin-top: 90px;
}
.ar-invest-detail .ar-our-leadership .ar-team-member {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ar-invest-detail .ar-our-leadership .ar-team-member {
    margin-top: 80px;
  }
}
.ar-invest-detail .ar-our-leadership .ar-team-member .row {
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .ar-invest-detail .ar-our-leadership .ar-team-member .row {
    column-gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  .ar-invest-detail .ar-our-leadership .ar-team-member .heads {
    margin-top: 60px;
  }
}
.ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl {
  width: 100%;
  margin: 0 0 50px;
  text-align: center;
  min-width: 240px;
}
@media screen and (min-width: 768px) {
  .ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl {
    min-width: 180px;
    margin-bottom: 0px;
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 1200px) {
  .ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl {
    min-width: 240px;
    flex: 0;
    max-width: calc(100% - 30px);
  }
}
.ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl .ar-team-img {
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  width: 200px;
  margin: auto;
}
.ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl .ar-team-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl .ar-team-img {
    height: 150px;
    width: 150px;
  }
}
@media screen and (min-width: 992px) {
  .ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl .ar-team-img {
    height: 200px;
    width: 200px;
  }
}
.ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl .ar-member-desc {
  margin-top: 20px;
}
.ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl .ar-member-desc h4 {
  color: #5ea7ea;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl .ar-member-desc h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl .ar-member-desc span {
  color: #848587;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl .ar-member-desc span {
    font-size: 20px;
    line-height: 30px;
  }
}
.ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl .ar-member-desc .ar-member-position {
  display: block;
  font-size: 14.5px;
}
@media screen and (min-width: 1200px) {
  .ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl .ar-member-desc .ar-member-position {
    min-width: 260px;
    font-size: 16px;
  }
}
.ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl .ar-member-desc a {
  color: #5ea7ea;
}
.ar-invest-detail .ar-our-leadership .ar-team-member .ar-member-dtl .ar-member-desc a:hover {
  color: #4290da;
}
.ar-invest-detail .ar-our-team {
  margin-top: 90px;
}
.ar-invest-detail .ar-our-team p {
  margin-top: 30px;
}

.ar-about-photos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 120px;
}

.ar-photos-container {
  position: relative;
  width: 95vw;
}

.ar-photos-prev.swiper-button-prev {
  background: url("../images/slider-arrow.svg") no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 100%;
  left: 0px;
  margin: 0 7px;
  top: 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ar-photos-prev.swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: auto;
    top: 0px;
    bottom: 0px;
  }
}

.ar-photos-next.swiper-button-next {
  background: url("../images/slider-arrow.svg") no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 100%;
  transform: rotate(180deg);
  right: 0px;
  margin: 0 7px;
  top: 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ar-photos-next.swiper-button-next {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: auto;
    top: 0px;
    bottom: 0px;
  }
}

.ar-photos-pagination {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .ar-photos-pagination {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .ar-photos-slider {
    width: calc(100% - 110px);
    margin: 0 auto;
  }
}
.ar-photos-slider .ar-photos-img img {
  max-height: 330px;
}
.ar-photos-slider .swiper-wrapper {
  align-items: baseline;
}
.ar-photos-slider .swiper-slide {
  text-align: center;
  height: 100%;
  width: fit-content;
}
.ar-photos-slider .swiper-slide img {
  opacity: 0.5;
}
.ar-photos-slider .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.ar-photos-slider .ar-swiper-inner {
  width: calc(100% - 110px);
  margin: 0 auto;
}

.ar-terms-banner {
  padding-bottom: 100px !important;
}

.ar-legal-content {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ar-legal-content {
    margin-top: 100px;
  }
}
.ar-legal-content .ar-legal-content-row {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .ar-legal-content .ar-legal-content-row {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
.ar-legal-content .ar-legal-content-row:last-child {
  border-bottom: 1px solid #e3e4e5;
  padding-bottom: 30px;
}
.ar-legal-content .ar-legal-content-row:first-child {
  padding-top: 0px;
}
.ar-legal-content .ar-legal-content-row .block-subtitle {
  margin-bottom: 40px;
}
.ar-legal-content .ar-legal-content-row p {
  letter-spacing: normal;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
}
.ar-legal-content .ar-legal-content-row h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: "Helvetica";
  margin-bottom: 15px;
}

.ar-press-content {
  border-top: 1px solid #e3e4e5;
  padding: 30px 0px;
}
.ar-press-content .introduction {
  margin: 0;
}
.ar-press-content .introduction .subtitle {
  font-size: 30px;
}
.ar-press-content .ar-inquiry-block {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .ar-press-content .ar-inquiry-block {
    margin-top: 30px;
  }
}
.ar-press-content .ar-inquiry-block .ar-inquiry-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaaaaa;
}
.ar-press-content .ar-inquiry-block .ar-inquiry-form ::-moz-placeholder { /* Firefox 19+ */
  color: #aaaaaa;
}
.ar-press-content .ar-inquiry-block .ar-inquiry-form :-ms-input-placeholder { /* IE 10+ */
  color: #aaaaaa;
}
.ar-press-content .ar-inquiry-block .ar-inquiry-form :-moz-placeholder { /* Firefox 18- */
  color: #aaaaaa;
}
.ar-press-content .ar-inquiry-block .ar-inquiry-form .form-group {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .ar-press-content .ar-inquiry-block .ar-inquiry-form .form-group {
    margin-bottom: 30px;
  }
}
.ar-press-content .ar-inquiry-block .ar-inquiry-form .form-group:last-child {
  margin-bottom: 0px;
}
.ar-press-content .ar-inquiry-block .ar-inquiry-form input {
  height: 40px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid #2e3260;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .ar-press-content .ar-inquiry-block .ar-inquiry-form input {
    height: 60px;
    font-size: 15px;
    padding: 0 25px;
  }
}
.ar-press-content .ar-inquiry-block .ar-inquiry-form input:focus {
  outline: none;
  box-shadow: none;
}
.ar-press-content .ar-inquiry-block .ar-inquiry-form textarea {
  height: 180px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 10px;
  border-color: #2e3260;
  padding: 15px 25px;
}
@media screen and (min-width: 768px) {
  .ar-press-content .ar-inquiry-block .ar-inquiry-form textarea {
    height: 240px;
  }
}
.ar-press-content .ar-inquiry-block .ar-inquiry-form textarea:focus {
  outline: none;
  box-shadow: none;
}
.ar-press-content .ar-inquiry-block .ar-inquiry-form .ar-submit {
  min-width: 160px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 1.3px;
  line-height: 47px;
  height: 47px;
  border: 1px solid #afafaf;
  text-transform: uppercase;
  background: transparent;
  border-radius: 50px;
  color: #2e3260;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 100px;
  background: #5ea7ea;
  color: #ffffff;
  border-color: #5ea7ea;
  font-weight: 800;
  cursor: pointer;
  margin-top: 15px;
  line-height: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .ar-press-content .ar-inquiry-block .ar-inquiry-form .ar-submit {
    line-height: 60px;
    height: 60px;
    font-size: 13px;
    min-width: 210px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .ar-press-content .ar-inquiry-block .ar-inquiry-form .ar-submit {
    min-width: 170px;
    margin-top: 25px;
  }
}
.ar-press-content .ar-inquiry-block .ar-inquiry-form .ar-submit:hover {
  color: #5ea7ea;
  background: #ffffff;
}

.ar-press-content-grid {
  padding: 100px 0px 30px;
}
@media screen and (min-width: 768px) {
  .ar-press-content-grid {
    padding: 100px 0 30px;
  }
}
.ar-press-content-grid .ar-press-content-title {
  margin-bottom: 50px;
}
.ar-press-content-grid .ar-press-content-row {
  margin-bottom: 30px;
}
.ar-press-content-grid .ar-press-content-row .ar-press-content-image {
  display: flex;
  align-items: center;
  padding: 10px;
  min-height: 170px;
}
.ar-press-content-grid .ar-press-content-row .ar-press-content-image img {
  max-width: 150px;
}
.ar-press-content-grid .ar-press-content-row .ar-press-content-block {
  border-left: 1.5px solid #5ea7ea;
  padding: 10px;
  min-height: 170px;
  text-wrap: wrap;
  margin: 10px;
  color: #2e3260;
  display: flex;
  flex-direction: column;
}
.ar-press-content-grid .ar-press-content-row .ar-press-content-block .ar-press-content-block-header {
  font-family: "Helvetica";
  color: #5ea7ea;
}
.ar-press-content-grid .ar-press-content-row .ar-press-content-block .ar-press-content-block-body {
  font-family: "muli";
  font-weight: 400;
}
.ar-press-content-grid .ar-press-content-row .ar-press-content-block .ar-press-content-block-summary {
  font-family: "muli";
  font-weight: 400;
  font-size: 12px;
}
.ar-press-content-grid .ar-press-content-row .ar-press-content-block .ar-press-content-date {
  margin-top: auto;
  font-size: 0.7rem;
}

.ar-press-banner {
  background: #2e3260 url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/YLu92dgq5gPXDraH98YRLiiC46t3QCFAfcIG11ShrlZu3jcuLg.jpg") no-repeat;
  background-size: cover;
  background-position: top 40% center;
}

.ar-contact-inquiry {
  background: #f5f7f7;
  padding: 60px 0px;
}
@media screen and (min-width: 768px) {
  .ar-contact-inquiry {
    padding: 60px 0px;
  }
}
.ar-contact-inquiry .ar-contact-inquiry-header {
  color: #5ea7ea;
}
.ar-contact-inquiry .ar-contact-inquiry-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 100px;
}
@media screen and (min-width: 992px) {
  .ar-contact-inquiry .ar-contact-inquiry-container {
    flex-direction: row;
  }
}
.ar-contact-inquiry .ar-contact-form .ar-contact-form-group {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .ar-contact-inquiry .ar-contact-form .ar-contact-form-group {
    margin-bottom: 50px;
  }
}
.ar-contact-inquiry .ar-contact-form .ar-contact-form-group:last-child {
  margin-bottom: 0px;
}
.ar-contact-inquiry .ar-contact-form .ar-contact-form-group .ar-contact-form-row > div {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .ar-contact-inquiry .ar-contact-form .ar-contact-form-group .ar-contact-form-row > div {
    margin-bottom: 0px;
  }
}
.ar-contact-inquiry .ar-contact-form .ar-contact-form-group .ar-contact-form-row > div:last-child {
  margin-bottom: 0px;
}
.ar-contact-inquiry .ar-contact-form label {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: #6f777f;
}
@media screen and (min-width: 768px) {
  .ar-contact-inquiry .ar-contact-form label {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
.ar-contact-inquiry .ar-contact-form label .ar-required {
  color: #5ea7ea;
}
.ar-contact-inquiry .ar-contact-form input {
  border: none;
  height: 40px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .ar-contact-inquiry .ar-contact-form input {
    font-size: 15px;
    height: 45px;
    padding: 0 20px;
  }
}
.ar-contact-inquiry .ar-contact-form input:focus {
  box-shadow: none;
}
.ar-contact-inquiry .ar-contact-form textarea {
  border: none;
  height: 350px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  resize: none;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .ar-contact-inquiry .ar-contact-form textarea {
    height: 350px;
    font-size: 15px;
    padding: 20px;
  }
}
.ar-contact-inquiry .ar-contact-form textarea:focus {
  box-shadow: none;
}
.ar-contact-inquiry .ar-contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b6bbbf;
}
.ar-contact-inquiry .ar-contact-form ::-moz-placeholder { /* Firefox 19+ */
  color: #b6bbbf;
}
.ar-contact-inquiry .ar-contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #b6bbbf;
}
.ar-contact-inquiry .ar-contact-form :-moz-placeholder { /* Firefox 18- */
  color: #b6bbbf;
}
.ar-contact-inquiry .ar-contact-form .ar-submit-button-blk {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ar-contact-inquiry .ar-contact-form .ar-submit-button-blk {
    text-align: left;
  }
}
.ar-contact-inquiry .ar-contact-form .ar-submit-button {
  min-width: 170px;
  height: 60px;
  background: #5ea7ea;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid #5ea7ea;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.ar-contact-inquiry .ar-contact-form .ar-submit-button:hover {
  background: #ffffff;
  color: #5ea7ea;
}

.ar-security-content {
  margin-top: 60px;
  padding: 90px 0px 50px;
}
@media screen and (min-width: 768px) {
  .ar-security-content {
    padding: 110px 0px;
  }
}
.ar-security-content .title {
  color: #2e3260;
}
.ar-security-content .ar-power-desc {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ar-security-content .ar-power-desc {
    margin-top: 60px;
  }
}
.ar-security-content .ar-white-paper {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .ar-security-content .ar-white-paper {
    margin-top: 30px;
  }
}
.ar-security-content .ar-white-paper a {
  min-width: 160px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 1.3px;
  line-height: 47px;
  height: 47px;
  border: 1px solid #afafaf;
  text-transform: uppercase;
  background: transparent;
  border-radius: 50px;
  color: #2e3260;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 250px;
}
@media screen and (min-width: 768px) {
  .ar-security-content .ar-white-paper a {
    line-height: 60px;
    height: 60px;
    font-size: 13px;
    min-width: 210px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .ar-security-content .ar-white-paper a {
    min-width: 350px;
  }
}
@media screen and (min-width: 992px) {
  .ar-security-content .ar-white-paper a {
    float: right;
  }
}
.ar-security-content .ar-white-paper a:hover {
  border-color: #2e3260;
  background: #2e3260;
  color: #ffffff;
}
.ar-security-content .ar-question-right {
  border-left: 1.5px solid;
}
.ar-security-content .ar-question-inner {
  text-align: center;
}

.ar-security-content-short {
  margin-top: 0px;
  padding: 45px 0px 50px;
}
.ar-security-content-short .row {
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .ar-security-content-short .row {
    flex-direction: row;
    justify-content: space-between;
    justify-items: center;
  }
}
@media screen and (min-width: 576px) {
  .ar-security-content-short .ar-security-link-item {
    flex: 1;
    padding: 0 20px;
  }
}
.ar-security-content-short .ar-security-block-subtitle {
  font-size: 36px;
}
.ar-security-content-short .ar-security-link-item.ar-question-right {
  border: none;
}
@media screen and (min-width: 576px) {
  .ar-security-content-short .ar-security-link-item.ar-question-right {
    border-left: 1.5px solid;
  }
}
.ar-security-content-short a {
  color: #5ea7ea;
}
@media screen and (min-width: 768px) {
  .ar-security-content-short {
    padding: 0px 0px 80px;
  }
}
.ar-security-content-short .title {
  color: #2e3260;
}
.ar-security-content-short .ar-power-desc {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ar-security-content-short .ar-power-desc {
    margin-top: 60px;
  }
}
.ar-security-content-short .ar-white-paper {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .ar-security-content-short .ar-white-paper {
    margin-top: 30px;
  }
}
.ar-security-content-short .ar-white-paper a {
  min-width: 160px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 1.3px;
  line-height: 47px;
  height: 47px;
  border: 1px solid #afafaf;
  text-transform: uppercase;
  background: transparent;
  border-radius: 50px;
  color: #2e3260;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 250px;
}
@media screen and (min-width: 768px) {
  .ar-security-content-short .ar-white-paper a {
    line-height: 60px;
    height: 60px;
    font-size: 13px;
    min-width: 210px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .ar-security-content-short .ar-white-paper a {
    min-width: 350px;
  }
}
@media screen and (min-width: 992px) {
  .ar-security-content-short .ar-white-paper a {
    float: right;
  }
}
.ar-security-content-short .ar-white-paper a:hover {
  border-color: #2e3260;
  background: #2e3260;
  color: #ffffff;
}
.ar-security-content-short .ar-question-right {
  border-left: 1.5px solid;
}
.ar-security-content-short .ar-question-inner {
  text-align: center;
}

.ar-security-subheader {
  padding: 55px 0 0px;
}
@media screen and (min-width: 768px) {
  .ar-security-subheader {
    padding: 70px 0 30px;
  }
}

.ar-security-detail .block-subtitle {
  color: #2e3260;
}
.ar-security-detail .ar-security-row:first-child {
  padding: 55px 0 0px;
}
.ar-security-detail .ar-security-column {
  margin-bottom: 50px;
}
.ar-security-detail .ar-security-dtl {
  padding-left: 25px;
  border-left: 1.5px solid #5ea7ea;
  height: 100%;
}
.ar-security-detail .ar-security-dtl .ar-security-dtl-header {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .ar-security-detail .ar-security-row:first-child {
    padding: 70px 0 0;
  }
  .ar-security-detail .ar-security-row .row > div:nth-child(2n) .ar-security-dtl {
    border-right: 0px;
    padding-right: 40px;
    border-left: 1.5px solid #5ea7ea;
    text-align: left;
  }
  .ar-security-detail .ar-security-column {
    margin-bottom: 80px;
  }
  .ar-security-detail .ar-security-dtl {
    padding-left: 43px;
    border-left: 1.5px solid #5ea7ea;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .ar-security-detail .ar-security-dtl {
    padding-right: 36px;
  }
}
@media screen and (min-width: 768px) {
  .ar-security-detail .ar-security-dtl .ar-security-dtl-header {
    margin-bottom: 7px;
    white-space: pre-wrap;
  }
}

.ar-security-detail-short {
  font-style: italic;
}
.ar-security-detail-short .block-subtitle {
  color: #2e3260;
}
.ar-security-detail-short .ar-security-row:first-child {
  padding: 55px 0 0px;
}
.ar-security-detail-short .ar-security-column {
  margin-bottom: 50px;
}
.ar-security-detail-short .ar-security-dtl {
  padding-left: 25px;
  border-left: 1.5px solid #5ea7ea;
  height: 100%;
}
.ar-security-detail-short .ar-security-dtl .ar-security-dtl-header {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .ar-security-detail-short .ar-security-row:first-child {
    padding: 70px 0 0;
  }
  .ar-security-detail-short .ar-security-row .row > div:nth-child(2n) .ar-security-dtl {
    border-right: 0px;
    padding-right: 40px;
    border-left: 1.5px solid #5ea7ea;
    text-align: left;
  }
  .ar-security-detail-short .ar-security-column {
    margin-bottom: 80px;
  }
  .ar-security-detail-short .ar-security-dtl {
    padding-left: 43px;
    border-left: 1.5px solid #5ea7ea;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .ar-security-detail-short .ar-security-dtl {
    padding-right: 36px;
  }
}
@media screen and (min-width: 768px) {
  .ar-security-detail-short .ar-security-dtl .ar-security-dtl-header {
    margin-bottom: 7px;
    white-space: pre-wrap;
  }
}

.ar-security-banner {
  background: #2e3260 url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/c25Md4nrz926ZXANLx3JuwQ7If59K1BzM9RnDciQkwaQb0kzNI.jpg") no-repeat;
  background-size: cover;
  background-position: top 60% center;
}

/** 
 * GENERAL MIXINS
 */
/**
 * WORKFLOWS SECTION
 */
.ar-workflows-subheader .row {
  margin: 0;
}
.ar-workflows-subheader .row .ar-workflows-desc {
  margin-top: 40px;
  font-style: italic;
  font-size: 21px;
}

.ar-workflows-content {
  padding-top: 50px;
}
.ar-workflows-content .ar-wrapper-row {
  border-bottom: 1px solid #e3e4e5;
  padding: 50px 0px;
}
@media screen and (min-width: 768px) {
  .ar-workflows-content .ar-wrapper-row {
    padding: 120px 0px;
  }
}
.ar-workflows-content .ar-wrapper-row:first-child {
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  .ar-workflows-content .ar-wrapper-row:nth-child(2n) .ar-wrapper-left {
    order: 2;
  }
}
.ar-workflows-content .ar-wrapper-row .ar-wrapper-dtl ul {
  margin-top: 50px;
  padding-left: 25px;
}
.ar-workflows-content .ar-wrapper-row .ar-wrapper-dtl ul li {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.25px;
  font-family: "Helvetica";
  font-weight: bold;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .ar-workflows-content .ar-wrapper-row .ar-wrapper-dtl ul li {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
  }
}
.ar-workflows-content .ar-wrapper-row .ar-wrapper-dtl ul li:last-child {
  margin-bottom: 0px;
}
.ar-workflows-content .ar-wrapper-row .ar-wrapper-dtl ul li .ar-right-arrow {
  background: url("../images/right-line-arrow.svg") no-repeat;
  width: 14px;
  height: 12px;
  background-size: 100%;
  display: inline-block;
  margin-right: 8px;
  display: none;
}
@media screen and (min-width: 768px) {
  .ar-workflows-content .ar-wrapper-row .ar-wrapper-dtl ul li .ar-right-arrow {
    margin-right: 10px;
    width: 16px;
    height: 14px;
  }
}
.ar-workflows-content .ar-wrapper-row .ar-wrapper-img {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ar-workflows-content .ar-wrapper-row .ar-wrapper-img {
    margin-top: 0px;
  }
}
.ar-workflows-content .ar-wrapper-row .ar-wrapper-img img {
  max-width: 100%;
}
.ar-workflows-content .ar-wrapper-row .ar-wrapper-img-bottom {
  position: absolute;
  bottom: 0;
}
.ar-workflows-content .ar-wrapper-row .ar-wrapper-img-bottom img {
  max-width: 100%;
}
.ar-workflows-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-row {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .ar-workflows-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-row {
    margin-bottom: 60px;
  }
}
.ar-workflows-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-header {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.25px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ar-workflows-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-header {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }
}
.ar-workflows-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-body {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ar-workflows-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-body {
    margin-bottom: 30px;
  }
}
.ar-workflows-content .block-subtitle {
  color: #2e3260;
}
.ar-workflows-content .ar-workflows-level-up {
  margin-bottom: 80px;
}
.ar-workflows-content .ar-workflows-level-up .ar-workflows-level-up-content {
  margin: 20px 0;
}
.ar-workflows-content .ar-workflows-level-up .block-subtitle {
  color: #5ea7ea;
}
.ar-workflows-content .ar-workflows-row {
  border-top: 1px solid #e3e4e5;
  padding: 55px 0 0px;
}
.ar-workflows-content .ar-workflows-column {
  margin-bottom: 50px;
}
.ar-workflows-content .ar-workflows-dtl {
  padding-left: 25px;
  border-left: 1.5px solid #5ea7ea;
  height: 100%;
}
.ar-workflows-content .ar-workflows-dtl .ar-workflows-dtl-header {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .ar-workflows-content .ar-workflows-row {
    border-top: 1px solid #e3e4e5;
    padding: 70px 0 0;
  }
  .ar-workflows-content .ar-workflows-row .row > div:nth-child(2n) .ar-workflows-dtl {
    border-right: 0px;
    padding-right: 40px;
    border-left: 1.5px solid #5ea7ea;
    text-align: left;
  }
  .ar-workflows-content .ar-workflows-column {
    padding: 0;
    margin-bottom: 80px;
  }
  .ar-workflows-content .ar-workflows-dtl {
    border-left: 1.5px solid #5ea7ea;
    height: 100%;
    padding-left: 43px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .ar-workflows-content .ar-workflows-dtl {
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .ar-workflows-content .ar-workflows-dtl .ar-workflows-dtl-header {
    margin-bottom: 7px;
  }
  .ar-workflows-content .ar-client-review-short {
    padding: 70px 0;
  }
}

.ar-workflows-banner {
  background: #2e3260 url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/VoGaUVj7gtdOXtoMDCQc9JUl6YCFbxhzfhGnCduKGdnzl0ba5b.jpg") no-repeat;
  background-size: cover;
  background-position: top 40% center;
}

/**
 * DOCS & DATA SECTION
 */
.ar-documents-detail {
  margin-top: 40px;
  font-style: italic;
  font-size: 21px;
}

.ar-doc-data-content {
  padding-top: 50px;
}
.ar-doc-data-content .ar-doc-data-content-wrapper {
  padding-bottom: 40px !important;
}
.ar-doc-data-content .ar-wrapper-row {
  border-bottom: 1px solid #e3e4e5;
  padding: 50px 0px;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content .ar-wrapper-row {
    padding: 120px 0px;
  }
}
.ar-doc-data-content .ar-wrapper-row:first-child {
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content .ar-wrapper-row:nth-child(2n) .ar-wrapper-left {
    order: 2;
  }
}
.ar-doc-data-content .ar-wrapper-row .ar-wrapper-dtl ul {
  margin-top: 50px;
  padding-left: 25px;
}
.ar-doc-data-content .ar-wrapper-row .ar-wrapper-dtl ul li {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.25px;
  font-family: "Helvetica";
  font-weight: bold;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content .ar-wrapper-row .ar-wrapper-dtl ul li {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
  }
}
.ar-doc-data-content .ar-wrapper-row .ar-wrapper-dtl ul li:last-child {
  margin-bottom: 0px;
}
.ar-doc-data-content .ar-wrapper-row .ar-wrapper-dtl ul li .ar-right-arrow {
  background: url("../images/right-line-arrow.svg") no-repeat;
  width: 14px;
  height: 12px;
  background-size: 100%;
  display: inline-block;
  margin-right: 8px;
  display: none;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content .ar-wrapper-row .ar-wrapper-dtl ul li .ar-right-arrow {
    margin-right: 10px;
    width: 16px;
    height: 14px;
  }
}
.ar-doc-data-content .ar-wrapper-row .ar-wrapper-img {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content .ar-wrapper-row .ar-wrapper-img {
    margin-top: 0px;
  }
}
.ar-doc-data-content .ar-wrapper-row .ar-wrapper-img img {
  max-width: 100%;
}
.ar-doc-data-content .ar-wrapper-row .ar-wrapper-img-bottom {
  position: absolute;
  bottom: 0;
}
.ar-doc-data-content .ar-wrapper-row .ar-wrapper-img-bottom img {
  max-width: 100%;
}
.ar-doc-data-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-row {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-row {
    margin-bottom: 60px;
  }
}
.ar-doc-data-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-header {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.25px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-header {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }
}
.ar-doc-data-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-body {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-body {
    margin-bottom: 30px;
  }
}

.ar-doc-data-content-med {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ar-doc-data-content-med .ar-wrapper-row {
  border-bottom: 1px solid #e3e4e5;
  padding: 50px 0px;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content-med .ar-wrapper-row {
    padding: 120px 0px;
  }
}
.ar-doc-data-content-med .ar-wrapper-row:first-child {
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content-med .ar-wrapper-row:nth-child(2n) .ar-wrapper-left {
    order: 2;
  }
}
.ar-doc-data-content-med .ar-wrapper-row .ar-wrapper-dtl ul {
  margin-top: 50px;
  padding-left: 25px;
}
.ar-doc-data-content-med .ar-wrapper-row .ar-wrapper-dtl ul li {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.25px;
  font-family: "Helvetica";
  font-weight: bold;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content-med .ar-wrapper-row .ar-wrapper-dtl ul li {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
  }
}
.ar-doc-data-content-med .ar-wrapper-row .ar-wrapper-dtl ul li:last-child {
  margin-bottom: 0px;
}
.ar-doc-data-content-med .ar-wrapper-row .ar-wrapper-dtl ul li .ar-right-arrow {
  background: url("../images/right-line-arrow.svg") no-repeat;
  width: 14px;
  height: 12px;
  background-size: 100%;
  display: inline-block;
  margin-right: 8px;
  display: none;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content-med .ar-wrapper-row .ar-wrapper-dtl ul li .ar-right-arrow {
    margin-right: 10px;
    width: 16px;
    height: 14px;
  }
}
.ar-doc-data-content-med .ar-wrapper-row .ar-wrapper-img {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content-med .ar-wrapper-row .ar-wrapper-img {
    margin-top: 0px;
  }
}
.ar-doc-data-content-med .ar-wrapper-row .ar-wrapper-img img {
  max-width: 100%;
}
.ar-doc-data-content-med .ar-wrapper-row .ar-wrapper-img-bottom {
  position: absolute;
  bottom: 0;
}
.ar-doc-data-content-med .ar-wrapper-row .ar-wrapper-img-bottom img {
  max-width: 100%;
}
.ar-doc-data-content-med .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-row {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content-med .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-row {
    margin-bottom: 60px;
  }
}
.ar-doc-data-content-med .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-header {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.25px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content-med .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-header {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }
}
.ar-doc-data-content-med .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-body {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ar-doc-data-content-med .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-body {
    margin-bottom: 30px;
  }
}

.ar-product-content .ar-automation-icon {
  width: 146px;
}
.ar-product-content .ar-capital-icon {
  width: 147px;
}
.ar-product-content .ar-distribute-icon {
  width: 106px;
}
.ar-product-content .ar-distribute-icon.ar-product-anim {
  position: relative;
  top: -71px;
}
.ar-product-content .ar-invest-icon {
  width: 200px;
}

.ar-documents-data-banner {
  background: #2e3260 url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/c3ANd8V1wZpJ4k8pTXW3p2tobE9W0a10gsps82BCJEUl0gdNlQ.jpg") no-repeat;
  background-size: 3000px;
  background-position: top 50% left;
}

/**
 * COLLABORATION SECTION
 */
.ar-collaboration-section .title img {
  width: 128px;
}
@media screen and (min-width: 768px) {
  .ar-collaboration-section .title img {
    width: 220px;
  }
}

.ar-collaboration-subheader {
  padding-bottom: 35px;
}
.ar-collaboration-subheader .row {
  margin: 0;
}
.ar-collaboration-subheader .row .ar-collaboration-desc {
  margin-top: 40px;
  font-style: italic;
  font-size: 21px;
}

.ar-collaboration-content {
  margin-bottom: 100px;
}
.ar-collaboration-content .row {
  display: block;
  margin: 0;
  max-width: 100%;
}
.ar-collaboration-content .ar-collaboration-dtls-container {
  display: flex;
  column-gap: 80px;
}
.ar-collaboration-content .ar-collaboration-dtls-container .ar-collaboration-section-header {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.25px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ar-collaboration-content .ar-collaboration-dtls-container .ar-collaboration-section-header {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }
}
.ar-collaboration-content .ar-collaboration-dtls-container .row {
  padding-bottom: 80px;
}
.ar-collaboration-content .ar-collaboration-dtls-container .ar-collaboration-dtls {
  flex: 1 1 0;
}
.ar-collaboration-content .ar-collaboration-dtls-container .ar-collaboration-dtls .last {
  padding-bottom: 0;
}
.ar-collaboration-content .ar-collaboration-dtls-container .ar-collaboration-img {
  display: none;
}
@media screen and (min-width: 1200px) {
  .ar-collaboration-content .ar-collaboration-dtls-container .ar-collaboration-img {
    display: block;
    flex: 1 1 0;
    width: 0;
    overflow: hidden;
  }
  .ar-collaboration-content .ar-collaboration-dtls-container .ar-collaboration-img img {
    max-width: 100%;
  }
}

.ar-collaboration-content-short .row {
  display: block;
  margin: 0;
  max-width: 100%;
}
.ar-collaboration-content-short .ar-collaboration-dtls-container {
  display: flex;
  column-gap: 80px;
}
.ar-collaboration-content-short .ar-collaboration-dtls-container .ar-collaboration-section-header {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.25px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ar-collaboration-content-short .ar-collaboration-dtls-container .ar-collaboration-section-header {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }
}
.ar-collaboration-content-short .ar-collaboration-dtls-container .row {
  padding-bottom: 80px;
}
.ar-collaboration-content-short .ar-collaboration-dtls-container .ar-collaboration-dtls {
  flex: 1 1 0;
}
.ar-collaboration-content-short .ar-collaboration-dtls-container .ar-collaboration-dtls .last {
  padding-bottom: 0;
}
.ar-collaboration-content-short .ar-collaboration-dtls-container .ar-collaboration-img {
  display: none;
}
@media screen and (min-width: 1200px) {
  .ar-collaboration-content-short .ar-collaboration-dtls-container .ar-collaboration-img {
    display: block;
    flex: 1 1 0;
    width: 0;
    overflow: hidden;
  }
  .ar-collaboration-content-short .ar-collaboration-dtls-container .ar-collaboration-img img {
    max-width: 100%;
  }
}

.ar-collaboration-carousel {
  padding-top: 80px;
}
.ar-collaboration-carousel .ar-collaboration-carousel-container {
  position: relative;
  margin-top: 20px;
}
.ar-collaboration-carousel .ar-collaboration-prev {
  background: url("../images/slider-arrow.svg") no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: 100%;
  left: 0px;
  margin: 0 7px;
  top: 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ar-collaboration-carousel .ar-collaboration-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 0px;
    bottom: 0px;
  }
}
.ar-collaboration-carousel .ar-collaboration-next {
  background: url("../images/slider-arrow.svg") no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: 100%;
  transform: rotate(180deg);
  right: 0px;
  margin: 0 7px;
  top: 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ar-collaboration-carousel .ar-collaboration-next {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 0px;
    bottom: 0px;
  }
}
.ar-collaboration-carousel .ar-collaboration-pagination {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .ar-collaboration-carousel .ar-collaboration-pagination {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .ar-collaboration-carousel .ar-collaboration-slider {
    width: calc(100% - 150px);
    margin: 0 auto;
  }
}
.ar-collaboration-carousel .ar-collaboration-slider .ar-collaboration-img img {
  max-width: 80%;
}
.ar-collaboration-carousel .ar-collaboration-slider .swiper-wrapper {
  align-items: baseline;
}
.ar-collaboration-carousel .ar-collaboration-slider .swiper-slide {
  text-align: center;
  height: 100%;
}
.ar-collaboration-carousel .ar-collaboration-slider .ar-swiper-inner {
  width: calc(100% - 150px);
  margin: 0 auto;
}
.ar-collaboration-carousel .ar-collaboration-slider .ar-collaboration-addepar-logo img {
  transform: scale(1.5);
}
.ar-collaboration-carousel .ar-collaboration-slider .ar-collaboration-docusign-logo img {
  transform: scale(1.7);
}
.ar-collaboration-carousel .ar-collaboration-slider .ar-collaboration-black-diamond-logo img {
  transform: scale(1.3);
}
.ar-collaboration-carousel .ar-collaboration-slider .ar-collaboration-orion-logo img {
  transform: scale(0.8);
}
.ar-collaboration-carousel .ar-collaboration-slider .ar-collaboration-tamarac-logo img {
  transform: scale(0.9);
}
.ar-collaboration-carousel .ar-collaboration-slider .ar-collaboration-salesforce-logo img {
  transform: scale(0.55);
}

.ar-collaboration-banner {
  background: #2e3260 url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/U9keWw17WDuXdsNoUX0TVPISK3g8fUNIBiVh6V923xMVNBWZ5H.jpg") no-repeat;
  background-size: cover;
  background-position: top 5% center;
}

.ar-insights-subheader .row .ar-insights-desc {
  margin-top: 40px;
  font-style: italic;
  font-size: 21px;
}

/*
 * INSIGHTS SECTION
 */
.ar-insights-content {
  padding-top: 50px;
}
.ar-insights-content .ar-wrapper-row {
  border-bottom: 1px solid #e3e4e5;
  padding: 50px 0px;
}
@media screen and (min-width: 768px) {
  .ar-insights-content .ar-wrapper-row {
    padding: 120px 0px;
  }
}
.ar-insights-content .ar-wrapper-row:first-child {
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  .ar-insights-content .ar-wrapper-row:nth-child(2n) .ar-wrapper-left {
    order: 2;
  }
}
.ar-insights-content .ar-wrapper-row .ar-wrapper-dtl ul {
  margin-top: 50px;
  padding-left: 25px;
}
.ar-insights-content .ar-wrapper-row .ar-wrapper-dtl ul li {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.25px;
  font-family: "Helvetica";
  font-weight: bold;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .ar-insights-content .ar-wrapper-row .ar-wrapper-dtl ul li {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
  }
}
.ar-insights-content .ar-wrapper-row .ar-wrapper-dtl ul li:last-child {
  margin-bottom: 0px;
}
.ar-insights-content .ar-wrapper-row .ar-wrapper-dtl ul li .ar-right-arrow {
  background: url("../images/right-line-arrow.svg") no-repeat;
  width: 14px;
  height: 12px;
  background-size: 100%;
  display: inline-block;
  margin-right: 8px;
  display: none;
}
@media screen and (min-width: 768px) {
  .ar-insights-content .ar-wrapper-row .ar-wrapper-dtl ul li .ar-right-arrow {
    margin-right: 10px;
    width: 16px;
    height: 14px;
  }
}
.ar-insights-content .ar-wrapper-row .ar-wrapper-img {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ar-insights-content .ar-wrapper-row .ar-wrapper-img {
    margin-top: 0px;
  }
}
.ar-insights-content .ar-wrapper-row .ar-wrapper-img img {
  max-width: 100%;
}
.ar-insights-content .ar-wrapper-row .ar-wrapper-img-bottom {
  position: absolute;
  bottom: 0;
}
.ar-insights-content .ar-wrapper-row .ar-wrapper-img-bottom img {
  max-width: 100%;
}
.ar-insights-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-row {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .ar-insights-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-row {
    margin-bottom: 60px;
  }
}
.ar-insights-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-header {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.25px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ar-insights-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-header {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }
}
.ar-insights-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-body {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ar-insights-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-body {
    margin-bottom: 30px;
  }
}
.ar-insights-content .ar-wrapper-row .ar-solution-dtl {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .ar-insights-content .ar-wrapper-row .ar-solution-dtl {
    margin-top: 35px;
  }
}
.ar-insights-content .ar-wrapper-row .ar-solution-dtl *:last-child {
  margin-bottom: 0px;
}

.ar-solution-dtl-row {
  justify-content: space-between;
  align-items: center;
}
.ar-solution-dtl-row .ar-solution-dtl-text {
  padding: 0 30px;
}

.ar-insights-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ar-insights-row {
    flex-direction: row;
  }
}

.ar-insights-row-reverse-on-mobile {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .ar-insights-row-reverse-on-mobile {
    flex-direction: row;
  }
}

.ar-insights-banner {
  background: #2e3260 url("https://s3.us-east-2.amazonaws.com/archcdn/marketing/pAXTy908xaXnOYutncsf9BX9TcBejGRHDrqeIm1Oqb1IXVplp0.jpg") no-repeat;
  background-size: cover;
  background-position: top 35% center;
}

.ar-decisions-callout-dtl {
  margin-bottom: 35px;
}
.ar-decisions-callout-dtl .ar-decisions-callout-header {
  margin-top: 40px;
  font-style: italic;
}
.ar-decisions-callout-dtl .ar-decisions-callout-header .ar-decisions-callout-body {
  font-size: 21px;
}

/*
 * DECISIONS SECTION
 */
.ar-decisions-content .ar-decisions-row {
  border-top: 1px solid #e3e4e5;
  padding: 55px 0 0px;
}
@media screen and (min-width: 768px) {
  .ar-decisions-content .ar-decisions-row {
    padding: 70px 0 0;
  }
}
.ar-decisions-content .ar-decisions-column {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .ar-decisions-content .ar-decisions-column {
    margin-bottom: 80px;
  }
}
.ar-decisions-content .ar-decisions-dtl {
  padding-left: 25px;
  border-left: 1.5px solid #5ea7ea;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .ar-decisions-content .ar-decisions-dtl {
    padding-left: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .ar-decisions-content .ar-decisions-dtl {
    padding-right: 50px;
  }
}
.ar-decisions-content .ar-decisions-dtl .ar-decisions-dtl-header {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .ar-decisions-content .ar-decisions-dtl .ar-decisions-dtl-header {
    margin-bottom: 7px;
  }
}
.ar-decisions-content .block-subtitle {
  color: #2e3260;
}

.ar-testimonial.ar-decisions-testimonial {
  padding: 0 0 60px;
}
.ar-testimonial.ar-decisions-testimonial .ar-client-block-title .block-subtitle {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .ar-testimonial.ar-decisions-testimonial .ar-client-block-title .block-subtitle {
    margin-top: 10px;
  }
}

.ar-decisions-banner {
  background: url(https://s3.us-east-2.amazonaws.com/archcdn/marketing/PK15SyyRoPCqipDo4oyGDojyNXrznINrRnniAvZizyPqavukHa.jpg) no-repeat;
  background-size: cover;
  background-position: top 50% center;
}

.ar-client-review {
  padding: 50px 0px;
}
@media screen and (min-width: 768px) {
  .ar-client-review {
    padding: 105px 0 120px;
  }
}
.ar-client-review .ar-client-quoteicon .ar-quoteicon {
  background: url("../images/quote-icon-blue.svg") no-repeat;
  background-size: 100%;
  width: 42px;
  height: 31px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .ar-client-review .ar-client-quoteicon .ar-quoteicon {
    margin-top: 12px;
    width: 46px;
    height: 34px;
    margin-bottom: 0px;
  }
}
.ar-client-review .ar-client-row .ar-review-dtl {
  padding-right: 15px !important;
}
@media screen and (min-width: 768px) {
  .ar-client-review .ar-client-row .ar-review-dtl {
    padding-right: 0px !important;
  }
}
.ar-client-review .ar-client-row .ar-review-desc p {
  font-size: 30px;
  color: #848587;
  line-height: 36px;
  letter-spacing: -0.8px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ar-client-review .ar-client-row .ar-review-desc p {
    font-size: 50px;
    line-height: 60px;
  }
}
.ar-client-review .ar-client-row .ar-client-name {
  margin-top: 50px;
}
.ar-client-review .ar-client-row .ar-client-name h4 {
  font-size: 17px;
  line-height: 25px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ar-client-review .ar-client-row .ar-client-name h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
.ar-client-review .ar-client-row .ar-client-name span {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .ar-client-review .ar-client-row .ar-client-name span {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}

.ar-client-review-short {
  padding: 50px 0px;
}
@media screen and (min-width: 768px) {
  .ar-client-review-short {
    padding: 105px 0 50px;
  }
}
.ar-client-review-short .ar-client-quoteicon .ar-quoteicon {
  background: url("../images/quote-icon-blue.svg") no-repeat;
  background-size: 100%;
  width: 42px;
  height: 31px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .ar-client-review-short .ar-client-quoteicon .ar-quoteicon {
    margin-top: 12px;
    width: 46px;
    height: 34px;
    margin-bottom: 0px;
  }
}
.ar-client-review-short .ar-client-row .ar-review-dtl {
  padding-right: 15px !important;
}
@media screen and (min-width: 768px) {
  .ar-client-review-short .ar-client-row .ar-review-dtl {
    padding-right: 0px !important;
  }
}
.ar-client-review-short .ar-client-row .ar-review-desc p {
  font-size: 30px;
  color: #848587;
  line-height: 36px;
  letter-spacing: -0.8px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ar-client-review-short .ar-client-row .ar-review-desc p {
    font-size: 50px;
    line-height: 60px;
  }
}
.ar-client-review-short .ar-client-row .ar-client-name {
  margin-top: 50px;
}
.ar-client-review-short .ar-client-row .ar-client-name h4 {
  font-size: 17px;
  line-height: 25px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ar-client-review-short .ar-client-row .ar-client-name h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
.ar-client-review-short .ar-client-row .ar-client-name span {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .ar-client-review-short .ar-client-row .ar-client-name span {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}

.ar-client-prev.swiper-button-prev {
  background: url("../images/slider-arrow.svg") no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 100%;
  margin: 0 7px;
  top: 40px;
  position: relative;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .ar-client-prev.swiper-button-prev {
    position: absolute;
    margin: auto;
    bottom: 0px;
  }
}
@media screen and (max-width: 767.98px) {
  .ar-client-prev.swiper-button-prev {
    margin: auto;
    top: 20px;
    float: left;
  }
}

.ar-client-next.swiper-button-next {
  background: url("../images/slider-arrow.svg") no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 100%;
  margin: 0 7px;
  top: 40px;
  position: relative;
  transform: rotate(180deg);
  right: 0px;
}
@media screen and (min-width: 768px) {
  .ar-client-next.swiper-button-next {
    position: absolute;
    margin: auto;
    bottom: 0px;
  }
}
@media screen and (max-width: 767.98px) {
  .ar-client-next.swiper-button-next {
    margin: auto;
    top: 20px;
    float: right;
  }
}

.ar-client-pagination {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .ar-client-pagination {
    margin-top: 0px;
  }
}

.ar-testimonial {
  padding: 55px 0px;
}
@media screen and (min-width: 768px) {
  .ar-testimonial {
    padding: 115px 0px;
  }
}
@media media-breakpoint-up-md {
  .ar-testimonial .ar-client-block-title {
    margin-bottom: 100px;
  }
}
.ar-testimonial .ar-client-block-title .block-subtitle {
  color: #5ea7ea;
  margin-top: 25px;
  float: left;
}
@media screen and (max-width: 767.98px) {
  .ar-testimonial .ar-client-block-title .block-subtitle {
    margin-left: 15px;
  }
}
.ar-testimonial .ar-client-block-title span {
  color: #bebebe;
  margin-top: 25px;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.5px;
  float: right;
  font-family: "Helvetica";
  display: none;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .ar-testimonial .ar-client-block-title span {
    display: inline-block;
  }
}
.ar-testimonial .ar-testimonial-say {
  margin-top: 15px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .ar-testimonial .ar-testimonial-say {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}
.ar-testimonial .ar-testimonial-say .ar-client-say {
  margin-bottom: 30px;
}
.ar-testimonial .ar-testimonial-say .ar-client-say p {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -1.5px;
  font-family: "Helvetica";
  color: #848687;
}
@media screen and (min-width: 768px) {
  .ar-testimonial .ar-testimonial-say .ar-client-say p {
    font-size: 50px;
    line-height: 55px;
  }
}
.ar-testimonial .ar-testimonial-say .ar-client-dtl h4 {
  font-size: 17px;
  line-height: 25px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ar-testimonial .ar-testimonial-say .ar-client-dtl h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
.ar-testimonial .ar-testimonial-say .ar-client-dtl span {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .ar-testimonial .ar-testimonial-say .ar-client-dtl span {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
.ar-testimonial .ar-quote {
  margin-top: 11px;
}
.ar-testimonial .ar-quote .ar-quote-icon {
  background: url("../images/quote-icon.svg") no-repeat;
  width: 46px;
  height: 34px;
  background-size: 100%;
  display: inline-block;
}
.ar-testimonial .swiper-slide {
  opacity: 0 !important;
}
.ar-testimonial .swiper-slide-active {
  opacity: 1 !important;
}
.ar-testimonial .swiper-pagination {
  height: 2px;
  bottom: 0px !important;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .ar-testimonial .swiper-pagination {
    position: relative;
    margin: 0 -20px;
    bottom: auto;
    width: auto !important;
    height: auto;
  }
}
.ar-testimonial .swiper-pagination .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0px;
  width: 100%;
  background: #e0e0e0;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
@media screen and (min-width: 768px) {
  .ar-testimonial .swiper-pagination .swiper-pagination-bullet {
    width: calc(25% - 20px);
    margin: 0 10px !important;
    position: relative;
  }
}
.ar-testimonial .swiper-pagination .swiper-pagination-bullet:after {
  width: 0%;
  height: 2px;
  left: 0px;
  right: 0px;
  content: "";
  position: absolute;
  background: #5ea7ea;
}
@keyframes bullet-active {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes bullet-active {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.ar-testimonial .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e0e0e0;
  z-index: 1;
}
.ar-testimonial .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  animation: bullet-active 5.5s ease-in-out;
  -webkit-animation: bullet-active 5.5s ease-in-out;
}

.ar-404-page {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 60px;
  background-image: -moz-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -webkit-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -ms-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
}
.ar-404-page h1 {
  font-size: 40px;
  letter-spacing: -2px;
  color: #5ea7ea;
  font-weight: bold;
  font-family: "helvetica", sans-serif;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .ar-404-page h1 {
    font-size: 80px;
  }
}
.ar-404-page p {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: bold;
  font-family: "helvetica", sans-serif;
  color: #ffffff;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .ar-404-page p {
    font-size: 40px;
  }
}
.ar-404-page p span {
  opacity: 0.5;
}
.ar-404-page p a {
  color: #5ea7ea;
  font-weight: bold;
  font-family: "helvetica", sans-serif;
  text-decoration: none;
}
.ar-404-page .ar-404-detail {
  padding-right: 15px !important;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ar-404-page .ar-404-detail {
    padding-right: 0px !important;
  }
}

a,
li,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

*,
*:focus {
  outline: none !important;
}

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

body {
  background: #ffffff;
  padding: 0px;
  margin: 0px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-family: "muli";
  font-weight: 800;
  color: #2e3260;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
}

.row > * {
  padding-right: 0;
  padding-left: 0;
}

.ar-container {
  max-width: 1340px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px auto;
  width: 100%;
  padding: 0px 15px;
}
@media screen and (min-width: 768px) {
  .ar-container {
    flex-wrap: nowrap;
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .ar-container {
    max-width: 1370px;
    padding: 0px 20px;
  }
}

main {
  min-height: 100vh;
}

.container {
  padding: 0px 15px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding: 0 20px;
    max-width: 1260px;
  }
}

.container-fluid {
  padding: 0 15px;
}
@media screen and (min-width: 1200px) {
  .container-fluid {
    padding: 0 20px;
  }
}

.row {
  margin: 0px -15px;
}
@media screen and (min-width: 1200px) {
  .row {
    margin: 0 -20px;
  }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding: 0 15px;
}
@media screen and (min-width: 1200px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding: 0 20px;
  }
}

p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}

.title {
  font-size: 40px;
  line-height: 40px;
  font-family: "Helvetica";
  letter-spacing: -0.6px;
  color: #ffffff;
  padding-right: 15px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 60px;
    line-height: 60px;
    padding-right: 0px;
  }
}
.title span {
  color: #5ea7ea;
  display: block;
}

.title-but-smaller {
  font-size: 32px;
  line-height: 32px;
  font-family: "Helvetica";
  letter-spacing: -0.6px;
  color: #ffffff;
  padding-right: 15px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .title-but-smaller {
    font-size: 48px;
    line-height: 48px;
    padding-right: 0px;
  }
}

.subtitle {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.6px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .subtitle {
    font-size: 60px;
    line-height: 60px;
  }
}

.subtitle-white {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.6px;
  font-family: "Helvetica";
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 768px) {
  .subtitle-white {
    font-size: 60px;
    line-height: 60px;
  }
}

.subtitle-white {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.6px;
  font-family: "Helvetica";
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 768px) {
  .subtitle-white {
    font-size: 60px;
    line-height: 60px;
  }
}

.block-subtitle {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.5px;
  font-family: "Helvetica";
  font-weight: bold;
  color: #5ea7ea;
}
@media screen and (min-width: 768px) {
  .block-subtitle {
    font-size: 40px;
    line-height: 50px;
  }
}

.ar-medium-banner-blk {
  padding: 150px 0px 60px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ar-medium-banner-blk {
    padding: 170px 0 120px;
    min-height: 450px;
  }
}
.ar-medium-banner-blk:after {
  background: #2e3260;
  opacity: 0.75;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  z-index: -1;
  mix-blend-mode: multiply;
}
.ar-medium-banner-blk .ar-page-detail p {
  color: #ffffff;
}
.ar-medium-banner-blk .ar-page-detail p a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ar-medium-banner-blk .ar-page-detail p a:hover {
  opacity: 0.75;
}

.ar-medium-banner {
  background-image: -moz-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -webkit-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -ms-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  min-height: auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .ar-medium-banner {
    padding-bottom: 115px;
  }
}
.ar-medium-banner:after {
  display: none;
}

.ar-page-banner {
  padding: 140px 0px 60px;
  position: relative;
  z-index: 1;
  background: #2e3260;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .ar-page-banner {
    padding: 170px 0px 110px;
  }
}
.ar-page-banner:after {
  background-image: -moz-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -webkit-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -ms-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  opacity: 0.75;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  z-index: -1;
  mix-blend-mode: multiply;
}
.ar-page-banner:before {
  background: -webkit-linear-gradient(to bottom, rgba(46, 50, 96, 0.2) 0%, #2e3260 60%);
  background: -moz-linear-gradient(to bottom, rgba(46, 50, 96, 0.2) 0%, #2e3260 60%);
  background: -o-linear-gradient(to bottom, rgba(46, 50, 96, 0.2) 0%, #2e3260 60%);
  background: linear-gradient(to bottom, rgba(46, 50, 96, 0.2) 0%, #2e3260 60%);
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
}
.ar-page-banner .title {
  letter-spacing: -1.5px;
}
.ar-page-banner .ar-page-banner-desc .ar-page-detail {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .ar-page-banner .ar-page-banner-desc .ar-page-detail {
    margin-top: 60px;
  }
}
.ar-page-banner .ar-page-banner-desc .ar-page-detail p {
  color: #ffffff;
}

.ar-individual-banner {
  background: #2e3260 url("../images/individual-banner-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

.ar-ria-banner {
  background: #2e3260 url("../images/ria-family-offices-banner-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

.ar-account-banner {
  background: #2e3260 url("../images/accountants-banner.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

.ar-integration-banner {
  background: #2e3260 url("../images/integration-banner.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

.top-border {
  border-top: 1px solid #e3e4e5;
}

.top-padding-short {
  padding-top: 70px;
}

.ar-banner-bottom-padded {
  padding-bottom: 60px;
}

.top-border {
  border-top: 1px solid #e3e4e5;
}

#toast {
  visibility: hidden;
  min-width: 50px;
  margin: auto;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 17px;
  white-space: nowrap;
}

.toaster {
  display: inline-block;
  background-color: #5ea7ea;
}

#toast #img {
  float: left;
  box-sizing: border-box;
  color: #fff;
  padding: 10px;
  background: #338de0;
}

#toast #desc {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px;
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 60px;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 60px;
    opacity: 0;
  }
}

/*# sourceMappingURL=style_v2.css.map */
