<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section .container {
  padding: 7rem 0;
}
.wpcf7-response-output {
  margin-top: 15px;
}
.btn-black {
  background: #000;
  color: #fff !important;
  width: 23.5rem;
  display: block;
  margin: 1.2rem 0;
  padding: 0 2rem;
  height: 5.6rem;
  line-height: 5.6rem;
  outline: 0;
  border: 0;
  font-family: "Nunito", sans-serif;
  font-size: 1.3rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}
.btn-white {
  background: #fff;
  width: 20rem;
  height: 5.4rem;
  line-height: 5.4rem;
  display: block;
  color: #212121;
  text-decoration: none;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 8rem;
  font-family: "Poppins", sans-serif;
}
.btn-white span {
  position: relative;
  top: 0.1rem;
  display: inline-block;
  width: 0.6rem;
  height: 1.2rem;
  margin-left: 1.5rem;
}
.btn-white span svg,
.btn-white span path {
  -webkit-transition: fill 300ms ease;
  transition: fill 300ms ease;
  fill: #212121;
}
.btn-white:hover {
  color: #ed7209;
}
.btn-white:hover span svg,
.btn-white:hover span path {
  fill: #ed7209;
}
.capabilities {
  min-height: 100vh;
  position: relative;
}
.capabilities .acc-list {
  margin-left: 3rem;
  margin-top: 5.5rem;
}
.capabilities .acc-list &gt; div {
  float: left;
  width: 50%;
}
.capabilities .acc-list .acc-list-item {
  display: inline-block;
  font-size: 2.1rem;
  line-height: 3.6rem;
  margin-bottom: 2rem;
}
.capabilities .acc-list .acc-list-item:hover {
  cursor: pointer;
}
.capabilities .acc-list .acc-list-item span {
  font-weight: 500;
  margin-bottom: 1rem;
  display: inline-block;
  color: #212121;
  font-family: "Poppins", sans-serif;
  margin-left: 2.3rem;
  text-transform: uppercase;
}
.capabilities .acc-list .acc-list-item .acc-list-content {
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  height: 0;
  font-size: 1.6rem;
  padding-left: 2rem;
  padding-right: 9.5rem;
  line-height: 2.4rem;
  font-family: "Nunito", sans-serif;
}
.pm-indicator {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
}
.pm-indicator:before,
.pm-indicator:after {
  content: "";
  position: absolute;
  background-color: #ed7209;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.pm-indicator:before {
  top: 0;
  left: 50%;
  width: 0.2rem;
  height: 100%;
  margin-left: -0.1rem;
}
.pm-indicator:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.2rem;
  margin-top: -0.1rem;
}
.pm-indicator.open:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.slide-images-container {
  margin-top: 4.5rem;
}
.slide-images-container .lazy-wrapper,
.slide-images-container svg {
  height: 7rem;
  margin-right: 3.5rem;
}
.slide-images-container .lazy-wrapper {
  padding-top: initial;
  display: inline-block;
  width: 7rem;
}
.slide-images-container .svg0 {
  fill: #fff;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output {
  display: block !important;
}
.close-lightbox-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 3rem;
  height: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}
.close-lightbox-form span {
  display: block;
  height: 0.2rem;
  width: 2rem;
  background: #212121;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
.close-lightbox-form span:nth-of-type(even) {
  -webkit-transform: translateY(-0.2rem) rotate(45deg);
  transform: translateY(-0.2rem) rotate(45deg);
}
.close-lightbox-form span:nth-of-type(odd) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-lightbox-form span:hover span {
  background: #ed7209;
}
.lightbox-form {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99999;
  display: none;
}
.lightbox-form p {
  color: #212121;
  margin-bottom: 3rem;
}
.lightbox-form h2 {
  margin-top: -1.3rem;
}
.lightbox-form .lightbox-success {
  padding-left: 20%;
}
.lightbox-form .lightbox-success:nth-of-type(1) {
  font-size: 5rem;
}
.lightbox-form .lightbox-success:nth-of-type(2) {
  font-size: 3.6rem;
}
.lightbox-form .contact-form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 63rem;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 3rem;
}
.lightbox-form .contact-form-container &gt; div:after {
  content: "";
  clear: both;
  display: table;
}
.lightbox-form .contact-form-container span.wpcf7-not-valid-tip {
  width: 100%;
  left: 0;
}
.lightbox-form .contact-form-container .wpcf7-form-control-wrap {
  width: calc(50% - 1.5rem);
  float: left;
}
.lightbox-form
  .contact-form-container
  .wpcf7-form-control-wrap:nth-of-type(2n + 1) {
  margin-right: 1.5rem;
}
.lightbox-form
  .contact-form-container
  .wpcf7-form-control-wrap:nth-of-type(2n) {
  margin-left: 1.5rem;
  margin-right: 0;
}
.lightbox-form .contact-form-container .wpcf7-form-control-wrap:last-of-type {
  width: 100%;
}
.lightbox-form .contact-form-container .wpcf7-form-control-wrap textarea {
  height: 125px;
}
.lightbox-form .event-name,
.lightbox-form .event-desc {
  display: none;
}
#cv-form-inner h2 {
  margin-bottom: 15px;
  text-transform: initial;
}
#cv-form-inner .upload-files-container {
  width: calc(50% - 1.5rem);
  float: left;
  margin-left: 1.5rem;
  height: 5.6rem;
}
#cv-form-inner .upload-files-container &gt; div {
  height: inherit;
  background: #f2f2f2;
}
#cv-form-inner .upload-files-container .wpcf7-form-control-wrap {
  margin: 0;
}
#cv-form-inner .upload-files-container .wpcf7-not-valid-tip {
  top: calc(100% - 0.4rem);
  text-transform: initial;
}
#cv-form-inner .upload-files {
  height: inherit;
}
#cv-form-inner .wpcf7-form-control-wrap:last-of-type {
  margin-left: 0;
}
.wpcf7-response-output {
  display: none;
}
.events {
  background: #666;
  color: #fff;
}
.events .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.events .container p {
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0.06rem;
  font-family: "Nunito", sans-serif;
  max-width: 23.9rem;
  margin-right: 11.5rem;
  margin-bottom: 4rem;
}
.events h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 3.6rem;
  font-family: "Poppins", sans-serif;
  line-height: initial;
}
.events .col:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.events .event {
  position: relative;
  width: 27rem;
  height: 35rem;
  opacity: 0.99;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTBweCIgIGhlaWdodD0iNTBweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLXJvbGxpbmciIHN0eWxlPSJiYWNrZ3JvdW5kOiBub25lOyI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZWQ3MjA5IiBzdHJva2Utd2lkdGg9IjEwIiByPSIzNSIgc3Ryb2tlLWRhc2hhcnJheT0iMTY0LjkzMzYxNDMxMzQ2NDE1IDU2Ljk3Nzg3MTQzNzgyMTM4IiB0cmFuc2Zvcm09InJvdGF0ZSgzMzUuOTU4IDUwIDUwKSI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGNhbGNNb2RlPSJsaW5lYXIiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}
.events .event:hover {
  z-index: 999;
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.events .event:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.events .event:hover .front {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.events .event:hover .back {
  bottom: 0;
  opacity: 1;
  -webkit-transition: bottom ease 0.3s, opacity ease 0.3s;
  transition: bottom ease 0.3s, opacity ease 0.3s;
}
.events .event:hover .event-info {
  height: auto;
}
.events .event:hover h3 {
  margin-bottom: 2.4rem;
  min-height: initial;
}
.events .event .btn-white {
  margin-top: 2rem;
}
.events .event .front {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transition: opacity ease 0.1s;
  transition: opacity ease 0.1s;
}
.events .event .back {
  position: absolute;
  bottom: -80%;
  left: 0;
  -webkit-transition: none;
  transition: none;
  opacity: 0;
}
.events .event &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  height: 100%;
}
.events .event img,
.events .event picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}
.events .event h3 {
  min-height: 10.2rem;
  margin-bottom: 4.1rem;
  font-weight: 500;
  font-size: 3rem;
  text-transform: capitalize;
}
.events .event p {
  font-size: 1.8rem;
  margin-right: 0;
  margin-bottom: 0;
}
.events .event .event-info {
  height: 0;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 2.9rem;
  font-family: "Nunito", sans-serif;
}
footer {
  padding-top: 7rem;
  background: #f7f7f7;
  border-top: 0.1rem solid #efefef;
}
footer .container:first-of-type {
  padding-left: 10rem;
}
footer h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #161414;
  text-transform: uppercase;
  margin-bottom: 2.7rem;
}
footer ul {
  list-style: none;
}
footer ul li {
  display: inline-block;
  margin-right: 2.2rem;
  font-size: 1.4rem;
  line-height: 5.1rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
footer ul li a {
  color: #161414;
}
footer #quick-links {
  display: inline-block;
  max-width: 36.8rem;
  margin-right: auto;
}
footer #footer-info {
  display: inline-block;
  max-width: 17.5rem;
  color: #999;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
footer #footer-info .logo {
  margin-bottom: 1.7rem;
}
footer #footer-info a {
  color: #999;
}
footer #footer-social {
  margin-top: 2rem;
}
footer #footer-social a {
  display: inline-block;
  height: 2.8rem;
  width: 2.8rem;
}
footer #footer-social a:hover path {
  fill: #ed7209;
}
footer #footer-social path {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
footer .copyright {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border-top: 1px solid #efefef;
  padding-top: 2.8rem;
}
footer .copyright ul {
  display: inline-block;
}
footer .copyright ul li {
  line-height: initial;
  font-size: 1.5rem;
  text-transform: capitalize;
  margin-right: 0;
}
footer .copyright ul li:before {
  content: "|";
  position: relative;
  left: 0;
}
footer .copyright a {
  color: #656565;
  margin-left: 0.5rem;
}
footer .copyright a:hover {
  color: #ed7209;
}
footer .copyright p {
  margin-bottom: 2.8rem;
  font-size: 1.3rem;
}
footer .copyright p a {
  margin-left: 0;
}
.joinus-image {
  height: 52rem;
  background: url("/wp-content/themes/intango/assets//img/joinus-footer.jpg");
  background-size: cover;
}
.joinus-positions {
  margin-top: 7rem;
}
.joinus-positions-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9rem;
}
.joinus-positions-items a {
  width: 37rem;
  height: 20rem;
  border: solid 0.1rem #e9e9e9;
  margin-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #212121;
}
.joinus-positions-items a:last-of-type {
  margin-right: 0;
}
.joinus-positions-items a:hover {
  cursor: pointer;
  background: #ed7209;
  color: #fff !important;
}
.no-positions {
  text-align: center;
  margin-bottom: 10rem;
}
.btn-pos-primary {
  width: 15rem;
  height: 5rem;
  border: solid 0.1rem #ccc;
  background-color: #f9f9f9;
  font-size: 1.4rem;
  line-height: 5rem;
  padding: 0;
  text-align: center;
  color: #212121;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-pos-primary:hover {
  background: #ed7209;
  color: #fff;
  cursor: pointer;
  border: 0.1rem solid #ed7209;
}
.btn-pos-primary:hover span {
  color: #fff;
}
.btn-pos-sec {
  width: 24rem;
  height: 5rem;
  border: solid 0.1rem #ccc;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 5rem;
  padding: 0;
  text-align: center;
}
.position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem 0;
  border-bottom: 0.2rem solid #ccc;
  position: relative;
}
.position:first-of-type {
  border-top: 0.2rem solid #ccc;
}
.position:last-of-type {
  margin-bottom: 2.4rem;
}
.position:hover {
  color: #ed7209;
  cursor: pointer;
}
.position:hover &gt; span {
  font-weight: bold;
}
.position:hover .btn-pos-primary {
  opacity: 1;
}
.position .btn-pos-primary {
  opacity: 0;
}
.position span {
  display: inline-block;
  margin-right: auto;
  line-height: 5rem;
}
.position &gt; a:first-of-type {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 15rem;
}
.cv {
  padding-top: 2.4rem;
  margin-bottom: 5.8rem;
}
.cv span {
  max-width: 57rem;
  margin-right: auto;
  color: #212121;
}
.our-offices h2 {
  text-align: center;
  margin-bottom: 7rem;
}
.our-offices .offices {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 3.2rem;
}
.our-offices .office {
  max-width: 30.5rem;
  width: 100%;
  float: left;
  margin-bottom: 7.5rem;
}
.our-offices .office p {
  line-height: 2.8rem;
}
.our-offices .office p:first-of-type {
  color: #212121;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.newsletter {
  background: #ed7209;
  padding: 7rem 0;
}
.newsletter .newsletter-box {
  width: 57rem;
  min-height: 26.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 3.5rem;
}
.newsletter .newsletter-box:first-of-type {
  margin-right: 3rem;
  background: #fff;
  color: #000;
}
.newsletter .newsletter-box:nth-of-type(2) {
  background: #000;
  color: #fff;
}
.newsletter .newsletter-box:nth-of-type(2) h2 {
  color: #fff;
}
.newsletter .newsletter-box:nth-of-type(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20.8rem;
  height: 4.2rem;
  line-height: 4.2rem;
  background: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #212121;
  font-family: "Poppins", sans-serif;
  padding-left: 2.3rem;
}
.newsletter .newsletter-box:nth-of-type(2) a span {
  margin-left: auto;
  margin-right: 0.8rem;
}
.newsletter .newsletter-box:nth-of-type(2) a span path {
  -webkit-transition: fill 300ms ease;
  transition: fill 300ms ease;
}
.newsletter .newsletter-box:nth-of-type(2) a:hover {
  color: #ed7209;
}
.newsletter .newsletter-box:nth-of-type(2) a:hover path {
  fill: #ed7209;
}
.newsletter .newsletter-box &gt; div {
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
}
.newsletter .newsletter-box p {
  margin-bottom: 1.4rem;
}
.newsletter .newsletter-box h2 {
  margin-bottom: 3rem;
  text-transform: capitalize;
}
.newsletter .newsletter-box #mce-EMAIL {
  width: 36.6rem;
  height: 4.2rem;
  border: solid 0.1rem #ccc;
  background-color: #f2f2f2;
}
.newsletter .newsletter-box #mc-embedded-subscribe {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.2rem;
  height: 4.2rem;
  border: solid 0.1rem #ccc;
  background: #fff url("../images/arrow.svg") no-repeat center;
  background-size: 0.7rem;
}
.our-story {
  margin-bottom: 9rem;
}
.our-story h2 {
  text-align: center;
  margin-bottom: 3.5rem;
}
.timeline-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.timeline-slider #slider-window {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  display: inline-block;
}
.timeline-slider #slider-window #slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: margin-left 0.4s ease-out;
  transition: margin-left 0.4s ease-out;
}
.timeline-slider #slider-window #slide-wrap .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60rem;
  flex: 0 0 60rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
.timeline-slider #slider-window #slide-wrap .slide.active {
  opacity: 1;
}
.timeline-nav-wrapper {
  position: absolute;
  left: 0;
  bottom: -7rem;
  width: 100%;
  overflow: hidden;
  height: 7rem;
  margin: 3.5rem auto 0 -2.5rem;
}
.timeline-nav-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(53%, rgba(255, 255, 255, 0)),
    color-stop(88%, white)
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 53%, white 88%);
  pointer-events: none;
}
.timeline-nav-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(53%, rgba(255, 255, 255, 0)),
    color-stop(88%, white)
  );
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 53%, white 88%);
  pointer-events: none;
  z-index: 2;
}
#timeline-nav {
  position: relative;
  left: 50%;
  height: inherit;
  -webkit-transition: margin-left 0.4s ease-out;
  transition: margin-left 0.4s ease-out;
}
#timeline-nav .timeline-nav-item {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2.3rem;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
#timeline-nav .timeline-nav-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  right: 0;
  height: 0.1rem;
  width: 5rem;
  background: #e5e5e5;
  z-index: -1;
}
#timeline-nav .timeline-nav-item:first-of-type {
  margin-left: 0;
}
#timeline-nav .timeline-nav-item:last-of-type:before {
  display: none;
}
#timeline-nav .timeline-nav-item:hover {
  background: #ed7209;
  cursor: pointer;
}
#timeline-nav .timeline-nav-item.active {
  background: #ed7209;
}
#timeline-nav .timeline-nav-item .slide-date {
  position: absolute;
  bottom: -3.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
}
#slide-prev,
#slide-next {
  text-align: center;
  width: 100%;
  max-width: 28.5rem;
  margin-top: 2rem;
  z-index: 999;
  position: relative;
  top: 1rem;
}
#slide-prev:hover,
#slide-next:hover {
  cursor: pointer;
}
#slide-prev:hover path,
#slide-next:hover path {
  fill: #ed7209;
}
#slide-prev svg,
#slide-next svg {
  height: 3rem;
  width: 1.8rem;
}
#slide-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.giving-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5rem;
}
.giving-back .row:first-of-type {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.giving-back .row &gt; div {
  position: relative;
  width: 57rem;
  min-height: 35rem;
  border-radius: 0.5rem;
  background: #ed7209;
  overflow: hidden;
  color: #fff;
}
.giving-back .row &gt; div:first-of-type {
  margin-right: 3rem;
}
.giving-back .row &gt; div:hover .front {
  opacity: 0;
}
.giving-back .row &gt; div:hover .back {
  top: 3.5rem;
  opacity: 1;
}
.giving-back .row &gt; div h2 {
  color: #fff;
  margin-bottom: 0.6rem;
}
.giving-back .row &gt; div p {
  margin-bottom: 2.3rem;
}
.giving-back .row &gt; div &gt; div {
  position: relative;
  z-index: 2;
}
.giving-back .row &gt; div .front,
.giving-back .row &gt; div .back {
  max-width: calc(100% - 7rem);
}
.giving-back .row &gt; div .front {
  position: absolute;
  bottom: 8rem;
  left: 3.5rem;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.giving-back .row &gt; div .back {
  position: absolute;
  top: 80%;
  left: 3.5rem;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.giving-back .row &gt; div img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.search .more-posts-title {
  margin: 5rem 0;
  text-align: center !important;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.search .row {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.cat-13 {
  color: #56be8e;
}
.cat-fl-13 p:first-of-type:first-letter {
  color: #56be8e;
}
.cat-22 {
  color: #2d2e3a;
}
.cat-fl-22 p:first-of-type:first-letter {
  color: #2d2e3a;
}
.cat-21 {
  color: #a7d113;
}
.cat-fl-21 p:first-of-type:first-letter {
  color: #a7d113;
}
.cat-20 {
  color: #56be8e;
}
.cat-fl-20 p:first-of-type:first-letter {
  color: #56be8e;
}
.cat-23 {
  color: #be5a9e;
}
.cat-fl-23 p:first-of-type:first-letter {
  color: #be5a9e;
}
.cat-19 {
  color: #1c55c5;
}
.cat-fl-19 p:first-of-type:first-letter {
  color: #1c55c5;
}
.cat-18 {
  color: #13b7d1;
}
.cat-fl-18 p:first-of-type:first-letter {
  color: #13b7d1;
}
.more-posts-title {
  font-size: 3.6rem !important;
  text-align: left !important;
  color: #212121;
}
.posts-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.posts-container .post-content {
  position: relative;
  width: 37rem;
  min-height: 39rem;
  margin-right: 3rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #efefef;
  margin-top: 3.8rem;
  margin-bottom: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.posts-container .post-content:nth-of-type(3n) {
  margin-right: 0;
}
.posts-container .post-content &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 2rem;
}
.posts-container .post-content .blog-post-img {
  max-width: inherit;
  height: 22rem;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.posts-container .post-content .blog-post-img picture {
  width: 100%;
  display: block;
}
.posts-container .post-content .blog-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts-container .post-content .blog-post-category {
  position: absolute;
  top: -3.8rem;
  left: 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.posts-container .post-content .blog-post-title {
  margin-bottom: auto;
}
.posts-container .post-content .blog-post-title a {
  display: block;
  font-size: 1.8rem;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  line-height: normal;
  color: #212121;
}
.pagination {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin: 3rem 0;
}
.pagination .page-numbers {
  font-size: 1.6rem;
  color: #888;
  margin: 0 0.6rem;
}
.pagination .page-numbers.current {
  color: #212121;
}
.pagination .next,
.pagination .prev {
  color: #212121;
}
.pagination .next svg,
.pagination .prev svg {
  width: 0.7rem;
  position: relative;
  top: 0.1rem;
}
.pagination .next path,
.pagination .prev path {
  -webkit-transition: fill 300ms ease;
  transition: fill 300ms ease;
}
.pagination .next:hover path,
.pagination .prev:hover path {
  fill: #ed7209;
}
.pagination .prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.avatar-0 {
  background: #ffba2d !important;
}
.avatar-1 {
  background: #ff3c15 !important;
}
.avatar-2 {
  background: #72b930 !important;
}
.avatar-3 {
  background: #809dff !important;
}
.avatar-4 {
  background: #ff5fd3 !important;
}
.avatar-5 {
  background: #99ffeb !important;
}
.avatar-6 {
  background: #ffb8b5 !important;
}
.avatar-7 {
  background: #ff0014 !important;
}
.avatar-8 {
  background: #acff16 !important;
}
.avatar-9 {
  background: #61ff8c !important;
}
.avatar-10 {
  background: #000aff !important;
}
.page-subcategory #content &gt; .container h2 {
  text-align: center;
  font-size: 2.4rem;
}
.page-subcategory .posts-container .post-content {
  margin-top: 0;
}
.page-empty.container {
  margin-bottom: 5.5rem;
}
.page-empty .h6 {
  margin-bottom: 4rem;
  text-align: left;
  text-transform: capitalize;
}
.page-empty p {
  line-height: 3rem;
  font-size: 1.6rem;
}
.page-empty a {
  color: #212121;
}
.page-empty ul {
  list-style: none;
}
.page-sitemap h3 {
  margin: 1.5rem 0;
}
.page-sitemap ul {
  list-style: circle;
  padding-left: 2.2rem;
}
@media (max-height: 830px) and (min-width: 1025px) {
  .btn-white {
    margin-top: 1rem;
  }
  .slide-images-container {
    margin-top: 1rem;
  }
  .scrollable-inner p {
    line-height: 2rem;
  }
  #services #services-sticky ul li a {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024.98px) {
  .btn-white {
    height: 4rem;
    line-height: 4rem;
    margin: 0 auto;
  }
  section .container {
    padding: 4rem 2rem;
  }
  .capabilities .acc-list {
    margin-left: 0;
  }
  .capabilities .acc-list &gt; div {
    width: 100%;
  }
  .capabilities .acc-list &gt; div:first-of-type .acc-list-item:last-of-type {
    border: 0;
  }
  .capabilities .acc-list .acc-list-item {
    margin-bottom: 0;
    border-bottom: 0.1rem solid #efefef;
    padding: 1.2rem 0.8rem;
    position: relative;
  }
  .capabilities .acc-list .acc-list-item:first-of-type {
    border-top: 0.1rem solid #efefef;
  }
  .capabilities .acc-list .acc-list-item span {
    line-height: 2.6rem;
    margin-bottom: 0;
    float: left;
    width: calc(100% - 3.2rem);
    margin-left: 2rem;
    font-size: 1.7rem;
  }
  .capabilities .acc-list .acc-list-item .acc-list-content {
    padding-right: 0;
  }
  .pm-indicator {
    width: 1.2rem;
    height: 1.2rem;
    float: left;
    position: absolute;
    top: 1.9rem;
  }
  .slide-images-container svg {
    height: 6rem;
  }
  .slide-images-container .svg0 {
    fill: #656565;
  }
  .slide-images-container .ebates0 {
    fill: #656565;
  }
  .slide-images-container .ebates1 {
    fill: #f7f7f7;
  }
  #services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto !important;
  }
  #services #services-sticky {
    padding: 4rem 1.5rem 0 1.5rem;
  }
  #services #services-sticky p {
    margin-bottom: 7rem;
  }
  #services #services-sticky ul {
    display: none;
  }
  #services .scrollable {
    position: initial;
    width: 100% !important;
  }
  #services .scrollable &gt; div {
    height: auto;
    background: #f7f7f7;
    margin-bottom: 6rem;
  }
  #services .scrollable &gt; div .bg-img {
    display: none;
  }
  #services .scrollable .scrollable-inner {
    padding: 0 1.5rem;
    color: #656565;
    background: transparent;
  }
  #services .scrollable .scrollable-inner h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 2rem;
    font-family: "Poppins", sans-serif;
    color: #ed7209;
  }
  #services .scrollable .scrollable-inner p a {
    color: #656565;
  }
  #services .scrollable .scrollable-inner p a:hover {
    color: #656565 !important;
  }
  #services .scrollable .scrollable-inner .btn-white {
    background: #000;
    height: 5.4rem;
    line-height: 5.4rem;
    color: #fff;
    margin-top: 4rem;
    width: 23rem;
  }
  #services .scrollable .scrollable-inner .btn-white:hover path {
    fill: #ed7209;
  }
  #services .scrollable .scrollable-inner .btn-white path {
    -webkit-transition: fill 300ms ease;
    transition: fill 300ms ease;
  }
  #services .scrollable .scrollable-inner .btn-white svg,
  #services .scrollable .scrollable-inner .btn-white path {
    fill: #fff;
  }
  .lightbox-form p {
    margin-bottom: 1.5rem;
  }
  .lightbox-form h2 {
    margin-top: 0;
  }
  .lightbox-form .contact-form-container {
    padding: 3rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
  .lightbox-form .contact-form-container span.wpcf7-not-valid-tip {
    top: calc(100% - 1rem);
  }
  .lightbox-form .contact-form-container .wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .lightbox-form
    .contact-form-container
    .wpcf7-form-control-wrap:nth-of-type(2n + 1) {
    margin-right: 0;
  }
  .lightbox-form
    .contact-form-container
    .wpcf7-form-control-wrap:nth-of-type(2n) {
    margin-left: 0;
    margin-right: 0;
  }
  .lightbox-form .contact-form-container .wpcf7-form-control-wrap textarea {
    margin-bottom: 1.6rem;
  }
  .lightbox-form .contact-form-container .wpcf7-form-control-wrap input {
    height: 4rem;
    line-height: 4rem;
    margin-bottom: 1.4rem;
  }
  #cv-form-inner .upload-files-container {
    width: 100%;
    height: 4rem;
    margin-bottom: 3.6rem;
    margin-left: 0;
  }
  .events {
    text-align: center;
  }
  .events .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .events .container p {
    margin-right: 0;
    max-width: initial;
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 2.5rem;
  }
  .events h3 {
    font-weight: 400;
  }
  .events .col:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .events .event {
    width: 100%;
    max-width: 60rem;
    height: auto;
    min-height: 23rem;
    padding: 3rem 2.2rem;
    opacity: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 1.2rem;
  }
  .events .event:hover {
    -webkit-transform: initial;
    transform: initial;
  }
  .events .event:hover h3 {
    margin-bottom: 1.4rem;
  }
  .events .event:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .events .event .front {
    display: none;
  }
  .events .event .back {
    opacity: 1;
    position: initial;
    width: 100%;
  }
  .events .event img {
    width: 100%;
    z-index: 1;
  }
  .events .event h3 {
    line-height: initial;
    margin-bottom: 1.4rem;
    font-size: 1.9rem;
    min-height: initial;
  }
  .events .event p {
    line-height: initial;
    font-size: 1.6rem;
    margin: 0 auto 2.7rem;
  }
  .page-template-page-about .container {
    overflow: hidden;
  }
  .timeline-slider #slider-window #slide-wrap .slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32rem;
    flex: 0 0 32rem;
    text-align: center;
  }
  .timeline-nav-wrapper {
    overflow: initial;
  }
  .timeline-nav-wrapper:after {
    content: normal;
  }
  #timeline-nav {
    width: 400%;
  }
  #slide-prev,
  #slide-next {
    display: none;
  }
  .giving-back .row:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .giving-back .row &gt; div {
    width: 100%;
    height: auto;
    min-height: initial;
    background: #fff;
    color: #656565;
    text-align: center;
  }
  .giving-back .row &gt; div:hover .front {
    opacity: 1;
  }
  .giving-back .row &gt; div:hover .back {
    opacity: 1;
  }
  .giving-back .row &gt; div h2 {
    position: relative;
    z-index: 2;
    font-size: 3.6rem;
  }
  .giving-back .row &gt; div .front {
    width: 100%;
    height: 19rem;
    background: #ed7209;
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.8rem;
    bottom: initial;
    left: initial;
    position: relative;
    overflow: hidden;
  }
  .giving-back .row &gt; div .front p {
    display: none;
  }
  .giving-back .row &gt; div .front img {
    width: 100%;
  }
  .giving-back .row &gt; div .back {
    position: initial;
    opacity: 1;
    max-width: initial;
  }
  .giving-back .row &gt; div .back h2 {
    display: none;
  }
  .giving-back .row &gt; div .back p:first-of-type {
    font-size: 2.1rem;
  }
  .joinus-image {
    background-position-x: center;
    background-size: cover;
    height: 32rem;
  }
  .joinus-positions-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .joinus-positions-items a {
    width: 100%;
    margin: 0 0 2rem;
  }
  footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  footer .container {
    padding: 0 1.5rem;
  }
  footer .container:first-of-type {
    padding: 0 1.5rem;
  }
  footer &gt; .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer h3 {
    font-size: 1.8rem;
    text-align: center;
  }
  footer ul li {
    line-height: 1.9;
  }
  footer #quick-links {
    margin: 0 auto 2rem;
  }
  footer #quick-links h3 {
    margin-bottom: 1.4rem;
  }
  footer #quick-links ul li {
    width: 50%;
    margin-right: 0;
    float: left;
  }
  footer #footer-info {
    margin-bottom: 2rem;
    max-width: initial;
    display: block;
    border-bottom: 0;
  }
  footer #footer-info .footer-contact {
    float: left;
  }
  footer #footer-info .logo {
    margin-right: 4rem;
  }
  footer .copyright ul li:nth-of-type(2n + 1):before {
    content: "";
  }
  footer .copyright ul li:last-of-type:before {
    content: "|";
  }
  .btn-pos-primary {
    width: 100%;
    margin: 0;
  }
  #svg-arrow-right-gray {
    fill: red;
  }
  .position {
    border-bottom: 0.1rem solid #ccc;
    padding: 1.5rem 0.7rem;
    background: url("/wp-content/themes/intango/assets//img/arrow-gray.svg")
      no-repeat right 1rem center;
    background-size: 0.7rem;
  }
  .position:first-of-type {
    border-top: 0.1rem solid #ccc;
  }
  .position .btn-pos-primary {
    display: none;
  }
  .position span {
    line-height: normal;
  }
  .position &gt; a:first-of-type {
    right: 0;
  }
  .row.cv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0.7rem;
    margin-top: 2.2rem;
  }
  .row.cv span {
    margin-bottom: 3rem;
  }
  .our-offices .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .our-offices h2 {
    margin-bottom: 0;
  }
  .our-offices .office-img {
    display: none;
  }
  .our-offices .office {
    text-align: center;
    max-width: initial;
    margin-bottom: 3.8rem;
  }
  .newsletter {
    padding: 2rem 0;
  }
  .newsletter .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsletter .newsletter-box {
    width: 100%;
    padding: 2rem;
  }
  .newsletter .newsletter-box:first-of-type {
    margin-bottom: 2rem;
  }
  .newsletter .newsletter-box #mc_embed_signup {
    width: 100%;
  }
  .newsletter .newsletter-box #mce-EMAIL {
    width: 100%;
  }
  .posts-container .post-content {
    margin-right: 0;
  }
  .posts-container .post-content .blog-post-img {
    height: auto;
  }
}
@media (max-width: 768.98px) {
  footer #quick-links {
    border-bottom: 0.1rem solid #efefef;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    margin-right: initial;
  }
}
</pre></body></html>