@import url(../fonts/dm_sans/stylesheet.css);
@import url(../fonts/harmoniasans/stylesheet.css);
@import url(../fonts/rubik/stylesheet.css);
/* line 1, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
html,
body {
  padding: 0;
  margin: 0;
}

/* line 11, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
body {
  overflow-x: hidden;
}

/* line 16, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
.modal .modal-body {
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 1200px) {
  /* line 22, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  .container {
    max-width: 1170px;
  }
}

/* line 27, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
p {
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #616277;
}

/* line 35, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
.bg-purple {
  background-color: #9cb2d3;
}

/* line 39, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
.bounce {
  animation: bounce 2s infinite;
}

/* line 44, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
.learn-more:hover {
  text-decoration: none;
}

/* line 47, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
.learn-more:hover img {
  animation: bounce-horizontal 1s infinite;
}

/* line 58, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
.publisher .publisher-image1 {
  display: block;
}

/* line 62, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
.publisher .publisher-image2,
.publisher .publisher-image3,
.publisher .publisher-image4 {
  display: none;
}

/* line 68, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
.publisher-image {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}

/* line 75, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
.publisher-image img {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}

/* line 83, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
.publisher-image.unshow {
  display: none !important;
}

/* line 87, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
.publisher-image.show {
  display: block !important;
}

@keyframes bounce-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(12px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* line 117, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
.hero-bounce-mobile {
  display: none;
}

/* line 121, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
.animate {
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1.2rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1.2rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

/* line 158, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

@media (max-width: 575.98px) {
  /* line 165, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  .form-control,
  html,
  body {
    overflow-scrolling: touch !important;
    -webkit-overflow-scrolling: touch !important;
  }
  /* line 172, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  body.modal-open {
    height: 100vh;
    overflow-y: hidden;
    position: fixed;
  }
  /* line 178, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  .container,
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .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-auto {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 253, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  p {
    font-size: 16px;
  }
  /* line 257, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  .hero-bounce-desktop {
    display: none;
  }
  /* line 261, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  .hero-bounce-mobile {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  /* line 266, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  .hero-bounce-mobile img {
    width: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 274, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  .form-control,
  html,
  body {
    overflow-scrolling: touch !important;
    -webkit-overflow-scrolling: touch !important;
  }
  /* line 281, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  body.modal-open {
    height: 100vh;
    overflow-y: hidden;
    position: fixed;
  }
  /* line 287, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  .container,
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .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-auto {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 362, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  p {
    font-size: 16px;
  }
  /* line 366, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  .hero-bounce-desktop {
    display: none;
  }
  /* line 370, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  .hero-bounce-mobile {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  /* line 375, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  .hero-bounce-mobile img {
    width: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 383, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  .hero-bounce-desktop {
    display: none;
  }
  /* line 387, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  .hero-bounce-mobile {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  /* line 392, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_global.scss */
  .hero-bounce-mobile img {
    width: 14px;
  }
}

/* line 1, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header {
  padding-top: 20px;
  padding-bottom: 70px;
}

/* line 5, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header.header-homepage {
  height: 1440px;
}

/* line 13, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header.bg-purple .navbar-toggler:before, .header.bg-purple .navbar-toggler:after {
  background: white;
}

/* line 21, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header.bg-purple .navbar-nav li a {
  color: white !important;
}

/* line 25, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header.bg-purple .navbar-nav li .btn-outline-primary {
  border: 1px solid white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 31, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header.bg-purple .navbar-nav li .btn-outline-primary:hover {
  background-color: white;
  color: #212143 !important;
}

/* line 42, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header.bg-purple-light {
  background-color: #f9faff;
}

/* line 48, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-brand {
  margin-right: 140px;
  cursor: default;
  text-decoration: none;
}

/* line 62, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-nav:first-child .nav-item:nth-of-type(2) .dropdown-menu {
  left: -40%;
}

/* line 68, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-nav:first-child .nav-item:nth-of-type(3) .dropdown-menu {
  left: -55%;
}

/* line 77, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-nav:last-child .nav-item-login .dropdown-menu {
  left: -65%;
}

/* line 85, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-nav li a::after {
  display: none;
}

/* line 92, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-nav li .dropdown-menu {
  background-color: white;
  border-radius: 8px;
  padding-bottom: 8px;
  margin-top: -1px;
  left: -45%;
  border: none;
  box-shadow: 2px 4px 20px 0 rgba(87, 99, 222, 0.1);
}

/* line 102, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-nav li .dropdown-menu::before {
  content: "";
  position: absolute;
  right: 45%;
  top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent white transparent;
  z-index: 9999;
}

/* line 115, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-nav li .dropdown-menu a {
  padding: 8px 14px;
  font-family: 'DMSans-Medium', sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #616277 !important;
}

/* line 124, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-nav li .dropdown-menu a.active, .header .navbar-nav li .dropdown-menu a:active {
  background-color: white;
}

/* line 129, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-nav li .dropdown-menu a img {
  margin-right: 8px;
}

/* line 138, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-nav:first-child li {
  margin-right: 40px;
}

/* line 141, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-nav:first-child li:last-child {
  margin-right: 0;
}

/* line 145, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-nav:first-child li a {
  font-size: 14px;
  color: #212143;
}

/* line 153, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-nav:last-child li {
  margin-left: 20px;
}

/* line 156, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar-nav:last-child li:first-child {
  margin-left: 0;
}

/* line 164, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.header .navbar .nav-item-login > a {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  letter-spacing: 1px;
}

/* line 181, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo {
  background-color: rgba(40, 46, 103, 0.5);
}

/* line 184, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog {
  max-width: 556px;
}

/* line 187, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content {
  border-radius: 20px;
  border: none;
  padding: 42px 32px 24px;
}

/* line 192, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-header {
  padding: 0;
  margin-bottom: 24px;
  border-bottom: none;
}

/* line 197, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-header h5 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  color: #212143;
}

/* line 206, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body {
  padding: 0;
}

/* line 209, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body p {
  font-size: 16px;
  color: #616277;
  margin-bottom: 38px;
}

/* line 216, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form .sub-title {
  font-family: 'HarmoniaSansProCyr-SemiBd', sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 16px;
  color: #212143;
}

/* line 224, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form .form-group {
  margin-bottom: 16px;
}

/* line 228, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form input {
  outline: none;
  box-shadow: none;
  border-radius: 10px;
  border: solid 1px #e0e1e9;
}

/* line 234, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form input::placeholder {
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #93949f;
}

/* line 241, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form input[type="text"], .modal-request-demo .modal-dialog .modal-content .modal-body form input[type="password"], .modal-request-demo .modal-dialog .modal-content .modal-body form input[type="phone"], .modal-request-demo .modal-dialog .modal-content .modal-body form input[type="email"], .modal-request-demo .modal-dialog .modal-content .modal-body form input[type="number"] {
  height: 46px;
}

/* line 250, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form select {
  height: 46px !important;
  border: 1px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: 'DMSans-Regular', sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 0.2px;
  color: #93949f !important;
  -webkit-appearance: none !important;
}

/* line 262, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form textarea {
  outline: none;
  box-shadow: none;
  border-radius: 10px;
  border: solid 1px #e0e1e9;
  padding: 14px 16px;
}

/* line 269, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form textarea::placeholder {
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #93949f;
}

/* line 277, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form .input-group {
  border-radius: 10px;
  border: solid 1px #e0e1e9;
}

/* line 282, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form .input-group .input-group-prepend .input-group-text {
  border: none;
  background-color: transparent;
  padding-right: 8px;
  padding-left: 16px;
}

/* line 290, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form .input-group input {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
}

/* line 299, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form .agreement {
  display: flex;
  align-items: center;
}

/* line 303, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form .agreement input {
  margin-right: 10px;
}

/* line 307, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form .agreement label {
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #93949f;
  margin-top: 4px;
}

/* line 314, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form .agreement label a {
  color: #5763de;
}

/* line 320, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo .modal-dialog .modal-content .modal-body form .btn {
  height: 52px;
  border-radius: 10px;
  background-color: #5763de;
  outline: none;
}

/* line 334, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo-thanks .modal-body,
.modal-contact-us-thanks .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 339, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo-thanks .modal-body img,
.modal-contact-us-thanks .modal-body img {
  margin-bottom: 24px;
}

/* line 343, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo-thanks .modal-body h3,
.modal-contact-us-thanks .modal-body h3 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 46px;
  color: #212143;
  margin-bottom: 16px;
}

/* line 352, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo-thanks .modal-body p,
.modal-contact-us-thanks .modal-body p {
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 16px;
  letter-spacing: 0.1px;
  color: #616277;
  margin-bottom: 36px;
}

/* line 360, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo-thanks .modal-body button,
.modal-contact-us-thanks .modal-body button {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.1px;
  color: white;
  text-transform: uppercase;
  width: 181px;
  height: 48px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 3px 5px 0 rgba(33, 33, 67, 0.1), 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffb000;
  outline: none;
}

/* line 375, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
.modal-request-demo-thanks .modal-body button:hover,
.modal-contact-us-thanks .modal-body button:hover {
  opacity: 0.8;
}

@media (max-width: 575.98px) {
  /* line 385, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header {
    padding-top: 0;
  }
  /* line 388, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar {
    padding: .719rem 1rem 1rem;
  }
  /* line 391, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-brand {
    margin: 7px auto 0;
  }
  /* line 395, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-toggler {
    padding: 0;
    border: none;
    position: absolute;
    left: 25px;
    top: 29px;
    outline: none;
  }
  /* line 404, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-collapse {
    margin-top: 15px;
  }
  /* line 408, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 412, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav .nav-item-login {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
  }
  /* line 418, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav .nav-item-login a {
    justify-content: center;
  }
  /* line 424, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav .dropdown-menu::before {
    display: none;
  }
  /* line 430, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav:first-child li {
    margin-right: 0;
  }
  /* line 435, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav:last-child {
    margin-top: 15px;
  }
  /* line 438, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav:last-child li {
    margin-left: 0;
    margin-bottom: 8px;
  }
  /* line 447, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header.header-homepage {
    height: auto;
  }
  /* line 464, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar .navbar-toggler {
    margin-top: 6px;
  }
  /* line 467, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar .navbar-toggler:after {
    top: 16px;
  }
  /* line 470, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar .navbar-toggler:before, .navbar .navbar-toggler:after {
    position: absolute;
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #212143;
    transition: all ease 0.2s;
  }
  /* line 484, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar-nav .dropdown a {
    display: flex;
    justify-content: space-between;
    font-size: 18px !important;
  }
  /* line 489, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar-nav .dropdown a span {
    content: url("../images/ic-arrow-right-nav.svg");
    width: 8px;
    transform: rotate(90deg);
  }
  /* line 496, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar-nav .dropdown .dropdown-menu {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 502, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar-nav .dropdown .dropdown-menu a {
    justify-content: flex-start;
    font-size: 15px !important;
    padding: 10px 0 !important;
  }
  /* line 511, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active {
    background-color: white;
  }
  /* line 515, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-brand img {
    content: url("../images/logo-blue.svg");
  }
  /* line 521, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-toggler:before {
    transform: rotate(45deg);
    margin-top: 8px;
    background: #212143;
  }
  /* line 527, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-toggler:after {
    transform: rotate(-45deg);
    margin-top: -8px;
    background: #212143;
  }
  /* line 536, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-collapse li a {
    color: #212143 !important;
  }
  /* line 540, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-collapse li .btn-outline-primary {
    border: 1px solid #212143;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 551, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header {
    padding-top: 0;
  }
  /* line 554, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar {
    padding: .719rem 1rem 1rem;
  }
  /* line 557, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-brand {
    margin: 7px auto 0;
  }
  /* line 561, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-toggler {
    padding: 0;
    border: none;
    position: absolute;
    left: 25px;
    top: 29px;
    outline: none;
  }
  /* line 570, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-collapse {
    margin-top: 15px;
  }
  /* line 574, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 578, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav .nav-item-login {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
  }
  /* line 584, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav .nav-item-login a {
    justify-content: center;
  }
  /* line 590, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav .dropdown-menu::before {
    display: none;
  }
  /* line 596, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav:first-child li {
    margin-right: 0;
  }
  /* line 601, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav:last-child {
    margin-top: 15px;
  }
  /* line 604, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav:last-child li {
    margin-left: 0;
    margin-bottom: 8px;
  }
  /* line 613, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header.header-homepage {
    height: auto;
  }
  /* line 619, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar .navbar-toggler {
    margin-top: 6px;
  }
  /* line 622, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar .navbar-toggler:after {
    top: 16px;
  }
  /* line 625, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar .navbar-toggler:before, .navbar .navbar-toggler:after {
    position: absolute;
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #212143;
    transition: all ease 0.2s;
  }
  /* line 639, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar-nav .dropdown a {
    display: flex;
    justify-content: space-between;
    font-size: 18px !important;
  }
  /* line 644, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar-nav .dropdown a span {
    content: url("../images/ic-arrow-right-nav.svg");
    width: 8px;
    transform: rotate(90deg);
  }
  /* line 651, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar-nav .dropdown .dropdown-menu {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 657, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar-nav .dropdown .dropdown-menu a {
    justify-content: flex-start;
    font-size: 15px !important;
    padding: 10px 0 !important;
  }
  /* line 666, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active {
    background-color: white;
  }
  /* line 670, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-brand img {
    content: url("../images/logo-blue.svg");
  }
  /* line 676, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-toggler:before {
    transform: rotate(45deg);
    margin-top: 8px;
    background: #212143;
  }
  /* line 682, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-toggler:after {
    transform: rotate(-45deg);
    margin-top: -8px;
    background: #212143;
  }
  /* line 691, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-collapse li a {
    color: #212143 !important;
  }
  /* line 695, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-collapse li .btn-outline-primary {
    border: 1px solid #212143;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 706, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header {
    padding-top: 0;
  }
  /* line 709, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar {
    padding: .719rem 1rem 1rem;
  }
  /* line 712, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-brand {
    margin: 7px auto 0;
  }
  /* line 716, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-toggler {
    padding: 0;
    border: none;
    position: absolute;
    left: 25px;
    top: 29px;
    outline: none;
  }
  /* line 725, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-collapse {
    margin-top: 15px;
  }
  /* line 729, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 733, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav .nav-item-login {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
  }
  /* line 739, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav .nav-item-login a {
    justify-content: center;
  }
  /* line 745, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav .dropdown-menu::before {
    display: none;
  }
  /* line 751, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav:first-child li {
    margin-right: 0;
  }
  /* line 756, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav:last-child {
    margin-top: 15px;
  }
  /* line 759, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .navbar-nav:last-child li {
    margin-left: 0;
    margin-bottom: 8px;
  }
  /* line 768, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header.header-homepage {
    height: auto;
  }
  /* line 774, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .modal-request-demo .modal-dialog {
    touch-action: auto;
  }
  /* line 777, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header .modal-request-demo .modal-dialog .modal-content {
    touch-action: auto;
  }
  /* line 785, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar .navbar-toggler {
    margin-top: 6px;
  }
  /* line 788, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar .navbar-toggler:after {
    top: 16px;
  }
  /* line 791, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar .navbar-toggler:before, .navbar .navbar-toggler:after {
    position: absolute;
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #212143;
    transition: all ease 0.2s;
  }
  /* line 805, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar-nav .dropdown a {
    display: flex;
    justify-content: space-between;
    font-size: 18px !important;
  }
  /* line 810, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar-nav .dropdown a span {
    content: url("../images/ic-arrow-right-nav.svg");
    width: 8px;
    transform: rotate(90deg);
  }
  /* line 817, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar-nav .dropdown .dropdown-menu {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 823, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar-nav .dropdown .dropdown-menu a {
    justify-content: flex-start;
    font-size: 15px !important;
    padding: 10px 0 !important;
  }
  /* line 832, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active {
    background-color: white;
  }
  /* line 836, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-brand img {
    content: url("../images/logo-blue.svg");
  }
  /* line 842, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-toggler:before {
    transform: rotate(45deg);
    margin-top: 8px;
    background: #212143;
  }
  /* line 848, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-toggler:after {
    transform: rotate(-45deg);
    margin-top: -8px;
    background: #212143;
  }
  /* line 857, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-collapse li a {
    color: #212143 !important;
  }
  /* line 861, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .navbar.active .navbar-collapse li .btn-outline-primary {
    border: 1px solid #212143;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 874, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_header.scss */
  .header.header-homepage {
    height: 1000px !important;
  }
}

/* line 1, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer {
  background-color: #f9faff;
  padding-top: 100px;
}

/* line 5, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer.footer-overlay {
  padding-top: 237px;
}

/* line 9, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer-top {
  margin-bottom: 118px;
}

/* line 15, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer-top .footer-widget.footer-heading .content p {
  width: 242px;
}

/* line 21, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer-top .footer-widget .heading {
  margin-bottom: 31px;
}

/* line 24, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer-top .footer-widget .heading h3 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 1px;
  color: #212143;
}

/* line 36, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer-top .footer-widget .content .logo {
  margin-bottom: 30px;
}

/* line 40, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer-top .footer-widget .content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

/* line 47, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer-top .footer-widget .content ul li {
  margin-right: 20px;
}

/* line 50, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer-top .footer-widget .content ul li:last-child {
  margin-right: 0;
}

/* line 59, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer-bottom {
  padding-top: 36px;
  padding-bottom: 36px;
}

/* line 64, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer-bottom ul li {
  margin-right: 50px;
}

/* line 67, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer-bottom ul li:last-child {
  margin-right: 0;
}

/* line 71, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer-bottom ul li a {
  font-size: 14px;
  color: #616277;
}

/* line 79, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
.footer-bottom .copyright p {
  color: #616277;
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 91, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-top {
    margin-bottom: 40px;
  }
  /* line 94, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-top .footer-heading {
    margin-bottom: 30px;
  }
  /* line 98, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-top .footer-widget {
    margin-bottom: 30px;
  }
  /* line 101, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-top .footer-widget .heading {
    margin-bottom: 20px;
  }
  /* line 106, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-top .footer-offices,
  .footer-top .footer-contact {
    width: 50%;
  }
  /* line 112, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-bottom {
    flex-direction: column;
    padding-top: 0;
  }
  /* line 116, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-bottom ul {
    flex-direction: column;
    margin-bottom: 50px;
  }
  /* line 120, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-bottom ul li {
    margin-bottom: 15px;
  }
  /* line 123, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-bottom ul li:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 135, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-top {
    margin-bottom: 40px;
  }
  /* line 138, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-top .footer-heading {
    margin-bottom: 30px;
  }
  /* line 142, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-top .footer-widget {
    margin-bottom: 30px;
  }
  /* line 145, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-top .footer-widget .heading {
    margin-bottom: 20px;
  }
  /* line 150, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-top .footer-offices,
  .footer-top .footer-contact {
    width: 50%;
  }
  /* line 156, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-bottom {
    flex-direction: column;
    padding-top: 0;
  }
  /* line 160, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-bottom ul {
    flex-direction: column;
    margin-bottom: 50px;
  }
  /* line 164, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-bottom ul li {
    margin-bottom: 15px;
  }
  /* line 167, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_footer.scss */
  .footer-bottom ul li:last-child {
    margin-bottom: 0;
  }
}

/* line 4, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero .hero-left h1 {
  font-family: 'HarmoniaSansProCyr-Black', sans-serif;
  font-size: 82px;
  font-weight: 900;
  line-height: 102px;
  margin-bottom: 15px;
}

/* line 11, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero .hero-left h1 span {
  border-bottom: 18px solid #ffb000;
  display: inline-block;
  line-height: 0.3;
}

/* line 19, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero .hero-left p {
  margin-bottom: 0;
}

/* line 24, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-homepage {
  padding-top: 163px;
}

/* line 27, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-homepage .hero-left {
  width: 521px;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

/* line 33, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-homepage .hero-left h1 {
  color: white;
}

/* line 37, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-homepage .hero-left p {
  margin-bottom: 60px;
  color: white;
}

/* line 42, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-homepage .hero-left .hero-cta {
  display: flex;
}

/* line 45, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-homepage .hero-left .hero-cta .btn {
  width: 200px;
  height: 60px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.1px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(33, 33, 67, 0.1);
  -moz-box-shadow: 0 3px 5px 0 rgba(33, 33, 67, 0.1);
  box-shadow: 0 3px 5px 0 rgba(33, 33, 67, 0.1);
}

/* line 61, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-homepage .hero-left .hero-cta .btn:last-child {
  margin-right: 0;
}

/* line 68, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-homepage .hero-right {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

/* line 73, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-homepage .hero-right img {
  width: 599px;
  position: absolute;
  right: 0;
  margin-right: -680px;
}

/* line 84, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-publishers .hero-right p {
  margin-bottom: -60px !important;
}

/* line 90, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-advertisers, .hero.hero-publishers {
  margin-top: 130px;
  padding-bottom: 170px;
}

/* line 95, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-advertisers .container, .hero.hero-publishers .container {
  display: flex;
  align-items: center;
}

/* line 100, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-advertisers .hero-left, .hero.hero-publishers .hero-left {
  width: 780px;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  align-items: flex-start;
}

/* line 107, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-advertisers .hero-left h1, .hero.hero-publishers .hero-left h1 {
  color: white;
  margin-bottom: 82px;
}

/* line 113, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-advertisers .hero-right, .hero.hero-publishers .hero-right {
  width: 225px;
}

/* line 116, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-advertisers .hero-right p, .hero.hero-publishers .hero-right p {
  font-family: 'DMSans-Medium', sans-serif;
  font-weight: 500;
  margin-bottom: -20px;
  color: white;
}

/* line 125, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-company {
  padding-top: 130px;
  padding-bottom: 150px;
}

/* line 129, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-company .container {
  display: flex;
}

/* line 133, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-company .hero-left {
  width: 467px;
  margin-right: 118px;
}

/* line 137, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-company .hero-left h1 {
  font-family: 'HarmoniaSansProCyr-Black', sans-serif;
  font-size: 82px;
  line-height: 102px;
  color: #212143;
  margin-bottom: 82px;
}

/* line 150, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-company .hero-right {
  width: 445px;
}

/* line 153, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-company .hero-right p {
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #616277;
  margin-bottom: 30px;
}

/* line 161, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-company .hero-right p:last-child {
  margin-bottom: 0;
}

/* line 168, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-blog {
  padding-top: 150px;
  padding-bottom: 204px;
}

/* line 172, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-blog .hero-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
}

/* line 179, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-blog .hero-description h1 {
  font-family: 'HarmoniaSansProCyr-Black', sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: #212143;
  margin-bottom: 20px;
}

/* line 187, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-blog .hero-description p {
  width: 518px;
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #616277;
  margin: 0 auto;
}

/* line 197, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-blog .blog-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

/* line 202, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-blog .blog-filter li {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 206, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-blog .blog-filter li:last-child {
  margin-right: 0;
}

/* line 210, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-blog .blog-filter li a {
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  border-radius: 5px;
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 16px;
  letter-spacing: 1.1px;
  font-weight: bold;
  color: #616277;
  border: solid 1px #e0e1e9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 225, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-blog .blog-filter li a.active, .hero.hero-blog .blog-filter li a:hover {
  background-color: #5763de;
  color: white;
}

/* line 234, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
.hero.hero-blog .blog-filter-mobile {
  display: none;
}

@media (max-width: 575.98px) {
  /* line 245, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero .hero-left h1 span {
    border-bottom: 13px solid #ffb000;
  }
  /* line 251, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog {
    padding-top: 20px;
    padding-bottom: 150px;
  }
  /* line 255, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .hero-description {
    margin-bottom: 30px;
  }
  /* line 258, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .hero-description h1 {
    width: 280px;
    margin: 0 auto 20px;
    font-size: 42px;
    line-height: 52px;
  }
  /* line 265, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .hero-description p {
    width: 270px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
  }
  /* line 274, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .blog-filter {
    display: none;
  }
  /* line 278, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .blog-filter-mobile {
    display: block;
    height: 44px;
    border-radius: 10px;
    border: solid 1px #e0e1e9;
    background-color: white;
    outline: none;
  }
  /* line 289, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company {
    padding-top: 20px;
    padding-bottom: 0;
  }
  /* line 293, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .container {
    flex-direction: column;
  }
  /* line 297, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-left {
    width: 100% !important;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  /* line 305, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-left h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 0;
    width: 280px;
  }
  /* line 312, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-left img {
    height: 28px;
    position: absolute;
    bottom: 0;
    margin-bottom: -210px;
  }
  /* line 320, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-right {
    width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  /* line 328, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-right p {
    width: 270px;
  }
  /* line 335, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage {
    padding-top: 20px;
    padding-bottom: 0;
  }
  /* line 339, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .container {
    flex-direction: column;
  }
  /* line 343, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-left {
    width: 100% !important;
    text-align: center;
    margin-bottom: 70px;
  }
  /* line 348, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-left h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 21px;
  }
  /* line 354, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  /* line 361, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-left .hero-cta .btn {
    height: 42px;
    font-size: 12px;
    letter-spacing: 1px;
  }
  /* line 370, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-right {
    justify-content: center;
  }
  /* line 373, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-right img {
    width: 290px;
    height: 218px;
    margin-right: 0;
    position: unset;
  }
  /* line 383, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers {
    margin-top: 20px;
    padding-bottom: 0;
  }
  /* line 387, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .container {
    flex-direction: column;
  }
  /* line 391, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-left {
    width: 100% !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  /* line 397, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-left h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  /* line 403, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-left img {
    position: absolute;
    margin-top: 220px;
    height: 26px;
  }
  /* line 410, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-right {
    width: 100% !important;
    text-align: center;
  }
  /* line 414, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-right p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
  }
  /* line 423, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers {
    margin-top: 20px;
    padding-bottom: 0;
  }
  /* line 427, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .container {
    flex-direction: column;
  }
  /* line 431, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-left {
    width: 100% !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  /* line 437, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-left h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  /* line 443, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-left img {
    position: absolute;
    margin-top: 240px;
    height: 26px;
  }
  /* line 450, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-right {
    width: 100% !important;
    text-align: center;
  }
  /* line 454, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-right p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 470, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero .hero-left h1 span {
    border-bottom: 13px solid #ffb000;
  }
  /* line 476, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog {
    padding-top: 20px;
    padding-bottom: 150px;
  }
  /* line 480, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .hero-description {
    margin-bottom: 30px;
  }
  /* line 483, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .hero-description h1 {
    width: 280px;
    margin: 0 auto 20px;
    font-size: 42px;
    line-height: 52px;
  }
  /* line 490, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .hero-description p {
    width: 270px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
  }
  /* line 499, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .blog-filter {
    display: none;
  }
  /* line 503, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .blog-filter-mobile {
    display: block;
    height: 44px;
    border-radius: 10px;
    border: solid 1px #e0e1e9;
    background-color: white;
    outline: none;
  }
  /* line 514, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company {
    padding-top: 20px;
    padding-bottom: 0 !important;
  }
  /* line 518, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .container {
    flex-direction: column;
  }
  /* line 522, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-left {
    width: 100% !important;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  /* line 530, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-left h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 0;
    width: 280px;
  }
  /* line 537, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-left img {
    height: 28px;
    position: absolute;
    bottom: 0;
    margin-bottom: -210px;
  }
  /* line 545, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-right {
    width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  /* line 553, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-right p {
    width: 270px;
  }
  /* line 560, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage {
    padding-top: 20px;
    padding-bottom: 0;
  }
  /* line 564, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .container {
    flex-direction: column;
  }
  /* line 568, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-left {
    width: 100% !important;
    text-align: center;
    margin-bottom: 70px;
  }
  /* line 573, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-left h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 21px;
  }
  /* line 579, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  /* line 586, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-left .hero-cta .btn {
    height: 42px;
    font-size: 12px;
    letter-spacing: 1px;
  }
  /* line 595, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-right {
    justify-content: center;
  }
  /* line 598, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-right img {
    width: 290px;
    height: 218px;
    margin-right: 0;
    position: unset;
  }
  /* line 608, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers {
    margin-top: 20px;
    padding-bottom: 0;
  }
  /* line 612, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .container {
    flex-direction: column;
  }
  /* line 616, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-left {
    width: 100% !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  /* line 622, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-left h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  /* line 628, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-left img {
    position: absolute;
    margin-top: 220px;
    height: 26px;
  }
  /* line 635, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-right {
    width: 100% !important;
    text-align: center;
  }
  /* line 639, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-right p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
  }
  /* line 648, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers {
    margin-top: 20px;
    padding-bottom: 0;
  }
  /* line 652, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .container {
    flex-direction: column;
  }
  /* line 656, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-left {
    width: 100% !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  /* line 662, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-left h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  /* line 668, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-left img {
    position: absolute;
    margin-top: 240px;
    height: 26px;
  }
  /* line 675, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-right {
    width: 100% !important;
    text-align: center;
  }
  /* line 679, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-right p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 695, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero .hero-left h1 span {
    border-bottom: 13px solid #ffb000;
  }
  /* line 701, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog {
    padding-top: 20px;
    padding-bottom: 150px;
  }
  /* line 705, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .hero-description {
    margin-bottom: 30px;
  }
  /* line 708, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .hero-description h1 {
    width: 552px;
    margin: 0 auto 20px;
    font-size: 56px;
    line-height: 76px;
  }
  /* line 715, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .hero-description p {
    width: 480px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
  }
  /* line 724, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .blog-filter {
    display: none;
  }
  /* line 728, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-blog .blog-filter-mobile {
    display: block;
    height: 44px;
    border-radius: 10px;
    border: solid 1px #e0e1e9;
    background-color: white;
    outline: none;
  }
  /* line 739, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company {
    padding-top: 20px;
    padding-bottom: 0 !important;
  }
  /* line 743, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .container {
    flex-direction: column;
  }
  /* line 747, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-left {
    width: 100% !important;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  /* line 755, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-left h1 {
    font-size: 62px;
    line-height: 82px;
    margin-bottom: 0;
    width: 490px;
  }
  /* line 762, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-left img {
    height: 28px;
    position: absolute;
    bottom: 0;
    margin-bottom: -210px;
  }
  /* line 770, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-right {
    width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  /* line 778, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-company .hero-right p {
    width: 490px;
  }
  /* line 785, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage {
    padding-top: 20px;
  }
  /* line 788, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .container {
    flex-direction: column;
  }
  /* line 792, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-left {
    width: 100% !important;
    text-align: center;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
  }
  /* line 799, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-left h1 {
    width: 463px;
    font-size: 62px;
    line-height: 82px;
    margin-bottom: 30px;
  }
  /* line 806, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  /* line 812, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-left .hero-cta {
    justify-content: center;
  }
  /* line 815, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-left .hero-cta .btn {
    width: 179px;
    height: 48px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  /* line 825, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-right {
    justify-content: center;
  }
  /* line 828, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-right img {
    width: 464px;
    height: 348px;
    margin-right: 0;
    position: unset;
  }
  /* line 838, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers {
    margin-top: 20px;
    padding-bottom: 0;
  }
  /* line 842, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .container {
    flex-direction: column;
  }
  /* line 846, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-left {
    width: 100% !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  /* line 852, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-left h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  /* line 858, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-left img {
    position: absolute;
    margin-top: 220px;
    height: 26px;
  }
  /* line 865, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-right {
    width: 100% !important;
    text-align: center;
  }
  /* line 869, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-advertisers .hero-right p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
  }
  /* line 878, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers {
    margin-top: 20px;
    padding-bottom: 0;
  }
  /* line 882, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .container {
    flex-direction: column;
  }
  /* line 886, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-left {
    width: 100% !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  /* line 892, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-left h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  /* line 898, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-left img {
    position: absolute;
    margin-top: 240px;
    height: 26px;
  }
  /* line 905, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-right {
    width: 100% !important;
    text-align: center;
  }
  /* line 909, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-publishers .hero-right p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 924, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage {
    padding-top: 100px;
  }
  /* line 928, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_hero.scss */
  .hero.hero-homepage .hero-right img {
    width: 500px !important;
    margin-right: -500px;
    margin-top: 30px;
  }
}

/* line 1, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
.partner {
  padding-top: 150px;
  padding-bottom: 120px;
}

/* line 5, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
.partner hr {
  margin-top: 100px;
  border-top: 1px solid #e0e1e9;
}

/* line 10, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
.partner .heading {
  margin-bottom: 70px;
}

/* line 13, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
.partner .heading h2 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: #212143;
  margin-bottom: 20px;
}

/* line 21, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
.partner .heading p {
  margin-bottom: 0;
}

/* line 27, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
.partner .content .partner-list {
  flex-wrap: wrap;
  justify-content: center;
}

/* line 31, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
.partner .content .partner-list li {
  width: calc(100% / 4);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  /* line 44, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 48, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner hr {
    display: none !important;
  }
  /* line 52, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .heading {
    margin-bottom: 30px;
  }
  /* line 55, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .heading h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  /* line 61, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .heading p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.08px;
  }
  /* line 69, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list {
    justify-content: space-around;
  }
  /* line 72, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li {
    width: 45%;
  }
  /* line 76, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(1) img {
    height: 52px;
  }
  /* line 84, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(2) img, .partner .content .partner-list li:nth-of-type(3) img, .partner .content .partner-list li:nth-of-type(4) img {
    height: 40px;
  }
  /* line 91, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(5) img, .partner .content .partner-list li:nth-of-type(6) img {
    width: 100%;
    height: auto;
  }
  /* line 97, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(7) {
    margin-bottom: 0;
  }
  /* line 100, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(7) img {
    height: 35px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 112, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 116, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner hr {
    display: none !important;
  }
  /* line 120, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .heading {
    margin-bottom: 30px;
  }
  /* line 123, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .heading h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  /* line 129, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .heading p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.08px;
  }
  /* line 137, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list {
    justify-content: space-around;
  }
  /* line 140, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li {
    width: 45%;
  }
  /* line 144, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(1) img {
    height: 52px;
  }
  /* line 152, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(2) img, .partner .content .partner-list li:nth-of-type(3) img, .partner .content .partner-list li:nth-of-type(4) img {
    height: 40px;
  }
  /* line 159, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(5) img, .partner .content .partner-list li:nth-of-type(6) img {
    width: 100%;
    height: auto;
  }
  /* line 165, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(7) {
    margin-bottom: 0;
  }
  /* line 168, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(7) img {
    height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 180, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner {
    padding-top: 70px;
  }
  /* line 183, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner hr {
    margin-top: 40px;
  }
  /* line 187, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .heading {
    margin-bottom: 50px;
  }
  /* line 190, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .heading h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  /* line 195, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .heading p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1px;
  }
  /* line 203, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list {
    justify-content: space-evenly;
    margin-bottom: 0;
  }
  /* line 209, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(1) img {
    height: 51px;
  }
  /* line 215, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(2) img {
    height: 37px;
  }
  /* line 221, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(3) img {
    height: 45px;
  }
  /* line 227, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(4) img {
    height: 39px;
  }
  /* line 233, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(5) img {
    height: 24px;
  }
  /* line 239, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(6) img {
    height: 21px;
  }
  /* line 245, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_partner.scss */
  .partner .content .partner-list li:nth-of-type(7) img {
    height: 32px;
  }
}

/* line 1, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.publisher {
  height: 861px;
  position: relative;
  margin-top: -550px;
  margin-bottom: -300px;
}

/* line 7, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.publisher:before {
  content: '';
  position: absolute;
  background-color: white;
  width: 4000px;
  height: 861px;
  left: 50px;
  border-top-left-radius: 20px;
}

/* line 17, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.publisher .heading {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  margin-bottom: 30px;
  width: 413px;
}

/* line 24, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.publisher .heading span {
  font-family: 'DMSans-Bold', sans-serif;
  font-size: 14px;
  color: #bfbfc9;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 32, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.publisher .heading h3 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 42px;
  color: #212143;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 32px;
}

/* line 42, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.publisher-features {
  margin-bottom: 50px;
}

/* line 45, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.publisher-features li {
  display: flex;
  align-items: center;
  height: 82px;
  padding-left: 28px;
  padding-right: 30px;
  border: 1px solid white;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
}

/* line 55, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.publisher-features li:hover {
  cursor: pointer;
  border-radius: 20px;
  border: solid 1px #e0e1e9;
  background-color: #f9faff;
  margin-left: 30px;
  transition: all 0.5s ease-in-out;
}

/* line 64, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.publisher-features li img {
  margin-right: 19px;
}

/* line 68, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.publisher-features li p {
  font-family: 'DMSans-Medium', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}

/* line 77, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.publisher a {
  font-family: 'HKGrotesk-Bold', sans-serif;
  font-size: 16px;
  letter-spacing: 1.2px;
  color: #ff8d60;
  text-transform: uppercase;
}

/* line 84, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.publisher a img {
  margin-left: 12px;
}

/* line 89, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.publisher-image {
  width: 693px;
  height: 521px;
  position: relative;
}

/* line 94, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.publisher-image img {
  width: 80%;
  margin-top: -60px;
}

/* line 101, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.merchants {
  background-color: #f9faff;
  padding-bottom: 100px;
  padding-top: 471px;
}

/* line 106, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.merchants-image {
  width: 610px;
  height: 465px;
}

/* line 110, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.merchants-image img {
  width: 100%;
  height: auto;
}

/* line 116, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.merchants-content {
  width: 410px;
  margin-top: 50px;
  position: absolute;
  right: 10%;
}

/* line 122, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.merchants-content span {
  font-family: 'MSans-Bold', sans-serif;
  font-size: 14px;
  color: #bfbfc9;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 131, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.merchants-content h3 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 42px;
  color: #212143;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* line 140, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.merchants-content p {
  margin-bottom: 50px;
}

/* line 144, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.merchants-content a {
  font-family: 'HKGrotesk-Bold', sans-serif;
  font-size: 16px;
  letter-spacing: 1.2px;
  color: #ff8d60;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

/* line 154, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_connect.scss */
.merchants-content a img {
  margin-left: 15px;
}

/* line 1, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials {
  padding-top: 180px;
  padding-bottom: 204px;
}

/* line 6, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel:before {
  content: url(../images/ic-quote.svg);
  position: absolute;
  margin-left: -97.5px;
  margin-top: -150px;
  width: 141px;
  height: 104px;
}

/* line 15, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .item-content {
  width: 750px;
  margin-bottom: 63px;
}

/* line 19, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .item-content p {
  font-family: 'DMSans-Medium', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0.2px;
  color: #212143;
}

/* line 29, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .item-meta {
  display: flex;
  align-items: center;
}

/* line 33, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .item-meta .profile {
  width: 52px;
  height: 52px;
  border-radius: 100px;
  margin-right: 20px;
}

/* line 39, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .item-meta .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}

/* line 47, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .item-meta .meta {
  display: flex;
  flex-direction: column;
}

/* line 51, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .item-meta .meta .name {
  font-family: 'DMSans-Medium', sans-serif;
  font-size: 16px;
  letter-spacing: 0.1px;
  font-weight: 500;
  color: #212143;
  margin-bottom: 5px;
}

/* line 60, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .item-meta .meta .status {
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #616277;
}

/* line 71, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .owl-nav {
  width: 1170px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: -210px;
  margin-top: -230px;
}

/* line 79, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .owl-nav button {
  background-color: transparent;
  outline: none;
}

/* line 83, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .owl-nav button:hover {
  background-color: transparent;
  outline: none;
}

/* line 89, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .owl-nav .owl-prev span {
  content: url("../images/ic-carousel-arrow-left.svg");
}

/* line 95, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .owl-nav .owl-next span {
  content: url("../images/ic-carousel-arrow-right.svg");
}

/* line 101, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .owl-dots {
  display: flex;
  justify-content: flex-end;
  margin-right: -100px;
  margin-top: -75px;
}

/* line 107, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .owl-dots .owl-dot {
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}

/* line 113, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #5763de;
}

/* line 118, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
.testimonials .owl-carousel .owl-dots .owl-dot span {
  margin: 0;
  background-color: #e0e1e9;
}

@media (max-width: 575.98px) {
  /* line 129, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 134, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel:before {
    content: url("../images/ic-quote-mobile.svg") !important;
    margin-left: 0 !important;
    margin-top: -80px !important;
  }
  /* line 140, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-dots {
    display: flex;
    justify-content: flex-start;
    margin-right: 0;
    margin-top: 60px;
    left: 0;
  }
  /* line 148, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-nav {
    width: auto;
    display: flex;
    justify-content: space-between;
    position: unset;
    left: unset;
    right: 0;
    float: right;
    margin-top: 50px;
  }
  /* line 161, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-item .item-content {
    width: 100% !important;
    margin-bottom: 30px;
  }
  /* line 165, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-item .item-content p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.11px;
  }
  /* line 173, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-item .item-meta .profile {
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }
  /* line 180, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-item .item-meta .meta .name {
    font-size: 14px;
    margin-bottom: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 194, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 199, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel:before {
    content: url("../images/ic-quote-mobile.svg") !important;
    margin-left: 0 !important;
    margin-top: -80px !important;
  }
  /* line 205, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-dots {
    display: flex;
    justify-content: flex-start;
    margin-right: 0;
    margin-top: 60px;
    left: 0;
  }
  /* line 213, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-nav {
    width: auto;
    display: flex;
    justify-content: space-between;
    position: unset;
    left: unset;
    right: 0;
    float: right;
    margin-top: 50px;
  }
  /* line 226, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-item .item-content {
    width: 100% !important;
    margin-bottom: 30px;
  }
  /* line 230, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-item .item-content p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.11px;
  }
  /* line 238, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-item .item-meta .profile {
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }
  /* line 245, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-item .item-meta .meta .name {
    font-size: 14px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 259, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  /* line 264, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel:before {
    margin-bottom: 30px;
    margin-left: -40px;
  }
  /* line 271, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-item .item .item-content {
    width: 100% !important;
    margin-bottom: 42px;
  }
  /* line 275, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-item .item .item-content p {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
  }
  /* line 284, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-item .item .item-meta .profile {
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }
  /* line 291, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-item .item .item-meta .meta .name {
    margin-bottom: 0;
  }
  /* line 295, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-item .item .item-meta .meta .name,
  .testimonials .owl-carousel .owl-item .item .item-meta .meta .status {
    font-size: 14px;
  }
  /* line 304, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-dots {
    justify-content: flex-start;
    margin-left: 40px;
    margin-top: 32px !important;
  }
  /* line 309, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-dots .owl-dot {
    margin-left: 10px;
    margin-right: 10px;
  }
  /* line 315, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    margin-top: -40px;
  }
  /* line 323, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
  }
  /* line 326, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-nav .owl-prev span {
    width: 26px;
  }
  /* line 331, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
  }
  /* line 334, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-nav .owl-next span {
    width: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 350, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-stage .owl-item .item-content {
    width: 600px !important;
  }
  /* line 356, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-nav {
    width: 130%;
    left: -15%;
  }
  /* line 361, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_testimonials.scss */
  .testimonials .owl-carousel .owl-dots {
    margin-top: -40px;
  }
}

/* line 6, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list:nth-of-type(1) .content .heylink-a-text h3 {
  width: 299px;
}

/* line 10, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list:nth-of-type(1) .content .heylink-a-text p {
  width: 339px;
}

/* line 15, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list:nth-of-type(1) .content .heylink-a-image {
  width: 447px;
  height: 353px;
}

/* line 19, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list:nth-of-type(1) .content .heylink-a-image img {
  width: 100%;
  margin-top: -20px;
}

/* line 29, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list:nth-of-type(2) .content .heylink-a-text {
  width: 360px;
}

/* line 32, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list:nth-of-type(2) .content .heylink-a-text h3 {
  width: 305px;
}

/* line 36, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list:nth-of-type(2) .content .heylink-a-text p {
  width: 360px;
}

/* line 41, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list:nth-of-type(2) .content .heylink-a-image {
  width: 563px;
  height: 456px;
  position: relative;
}

/* line 46, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list:nth-of-type(2) .content .heylink-a-image img {
  margin-left: -55px;
  width: 100%;
}

/* line 57, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list:nth-of-type(3) .content .heylink-a-text h3 {
  width: 263px;
}

/* line 61, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list:nth-of-type(3) .content .heylink-a-text p {
  width: 428px;
}

/* line 66, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list:nth-of-type(3) .content .heylink-a-image {
  width: 518px;
  height: 390px;
  position: relative;
}

/* line 71, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list:nth-of-type(3) .content .heylink-a-image img {
  width: 100%;
  margin-left: 40px;
  margin-top: -10px;
}

/* line 83, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .heading {
  margin-bottom: 178px;
}

/* line 86, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .heading h2 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: bold;
  width: 299px;
  margin-right: 91px;
}

/* line 95, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .heading p {
  width: 750px;
}

/* line 102, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .container > .row p {
  font-family: 'DMSans-Medium', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1px;
}

/* line 115, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .publishers-list .content .publishers-text h3 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 52px;
  margin-bottom: 20px;
}

/* line 127, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .publishers-list.publishers-list-1 .content .publishers-text p {
  width: 456px;
}

/* line 133, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .publishers-list.publishers-list-1 .content .publishers-image-card {
  width: 595px;
  height: 300px;
}

/* line 137, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .publishers-list.publishers-list-1 .content .publishers-image-card img {
  width: 100% !important;
  margin-top: -20px;
}

/* line 149, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .publishers-list.publishers-list-2 .content .publishers-text p {
  width: 389px;
}

/* line 155, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .publishers-list.publishers-list-2 .content .publishers-image-card {
  width: 447px;
  height: 353px;
}

/* line 159, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .publishers-list.publishers-list-2 .content .publishers-image-card img {
  width: 100% !important;
  margin-top: -20px;
  margin-left: 15px;
}

/* line 172, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .publishers-list.publishers-list-3 .content .publishers-text p {
  width: 372px;
}

/* line 178, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .publishers-list.publishers-list-3 .content .publishers-image-card {
  width: 549px;
  height: 365px;
}

/* line 182, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .publishers-list.publishers-list-3 .content .publishers-image-card img {
  width: 100% !important;
  margin-top: -20px;
}

/* line 193, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .publishers-list.publishers-list-4 .content .publishers-text {
  width: 456px;
}

/* line 196, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .publishers-list.publishers-list-4 .content .publishers-text p {
  width: 456px;
}

/* line 202, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .publishers-list.publishers-list-4 .content .publishers-image-card {
  width: 372px;
  height: 373px;
}

/* line 206, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.publishers .publishers-list.publishers-list-4 .content .publishers-image-card img {
  width: 100% !important;
  margin-left: 15px;
}

/* line 217, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a,
.publishers {
  padding-top: 120px;
  padding-bottom: 100px;
}

/* line 222, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list,
.publishers-list {
  margin-bottom: 148px;
}

/* line 225, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list .content,
.publishers-list .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 230, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list .content .heylink-a-text,
.heylink-a-list .content .heylink-a-image,
.heylink-a-list .content .publishers-text,
.heylink-a-list .content .publishers-image,
.publishers-list .content .heylink-a-text,
.publishers-list .content .heylink-a-image,
.publishers-list .content .publishers-text,
.publishers-list .content .publishers-image {
  width: 50%;
}

/* line 237, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list .content .heylink-a-text,
.heylink-a-list .content .publishers-text,
.publishers-list .content .heylink-a-text,
.publishers-list .content .publishers-text {
  width: 428px;
}

/* line 241, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list .content .heylink-a-text h3,
.heylink-a-list .content .publishers-text h3,
.publishers-list .content .heylink-a-text h3,
.publishers-list .content .publishers-text h3 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: bold;
  color: #212143;
  margin-bottom: 20px;
}

/* line 250, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list .content .heylink-a-text p,
.heylink-a-list .content .publishers-text p,
.publishers-list .content .heylink-a-text p,
.publishers-list .content .publishers-text p {
  margin-bottom: 20px;
}

/* line 255, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
.heylink-a-list .content .heylink-a-text ul li,
.heylink-a-list .content .publishers-text ul li,
.publishers-list .content .heylink-a-text ul li,
.publishers-list .content .publishers-text ul li {
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #616277;
}

@media (max-width: 575.98px) {
  /* line 270, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 274, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list {
    margin-bottom: 70px;
  }
  /* line 280, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list-1 .content .heylink-a-image img {
    margin-top: 0 !important;
  }
  /* line 288, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list-2 .content {
    flex-direction: column-reverse !important;
  }
  /* line 292, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list-2 .content .heylink-a-image img {
    margin-left: 0 !important;
  }
  /* line 301, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list:nth-of-type(3) .heylink-a-image img {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  /* line 311, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list-3 .content .heylink-a-image img {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  /* line 319, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list .content {
    flex-direction: column;
  }
  /* line 322, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list .content .heylink-a-text {
    width: 100% !important;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  /* line 331, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list .content .heylink-a-text h3 {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 28px !important;
    line-height: 33px;
    margin-bottom: 15px;
    text-align: center;
  }
  /* line 341, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list .content .heylink-a-text p {
    width: 100% !important;
  }
  /* line 345, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list .content .heylink-a-text ul {
    text-align: left;
  }
  /* line 350, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list .content .heylink-a-image {
    width: 100% !important;
    height: auto !important;
  }
  /* line 354, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list .content .heylink-a-image img {
    width: 100% !important;
  }
  /* line 362, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher {
    position: unset;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 100px;
    height: auto !important;
  }
  /* line 370, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher:before {
    display: none;
  }
  /* line 374, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .heading {
    width: 100% !important;
    padding-top: 0;
    text-align: center;
  }
  /* line 379, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .heading span {
    font-size: 12px;
  }
  /* line 383, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .heading h3 {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 389, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .heading p {
    font-size: 14px;
    line-height: 24px;
  }
  /* line 397, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-features li {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 401, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-features li:hover {
    margin-left: 0;
  }
  /* line 405, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-features li img {
    margin-right: 15px;
    width: 33px;
  }
  /* line 410, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-features li p {
    font-size: 16px;
    line-height: 25px;
  }
  /* line 417, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .learn-more {
    position: absolute;
    bottom: 0;
    margin-bottom: -260px;
    width: 90%;
    display: flex;
    justify-content: center;
  }
  /* line 426, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-image {
    width: 100% !important;
    height: auto !important;
    position: unset;
  }
  /* line 431, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-image img {
    width: 100%;
    margin-top: 0;
    margin-left: 0 !important;
  }
  /* line 440, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  /* line 445, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants .container > .row {
    flex-direction: column-reverse;
  }
  /* line 450, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants .learn-more {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    margin-bottom: -270px;
    width: 90%;
    display: flex;
    justify-content: center;
  }
  /* line 460, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-image {
    width: 100% !important;
    height: auto !important;
  }
  /* line 465, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-content {
    position: unset;
    width: 100% !important;
    text-align: center;
    margin-top: 0;
  }
  /* line 471, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-content span {
    font-size: 12px;
    letter-spacing: 0.86px;
  }
  /* line 476, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-content h3 {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 482, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 30px;
  }
  /* line 491, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 495, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .heading {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 500, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .heading h2 {
    width: 100%;
    margin-right: 0;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  /* line 508, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .heading p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.08px;
  }
  /* line 516, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list {
    margin-bottom: 70px;
  }
  /* line 520, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-2 .content {
    flex-direction: column-reverse;
  }
  /* line 525, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-2 .content .publishers-image-card img {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  /* line 535, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-4 .content {
    flex-direction: column-reverse;
  }
  /* line 540, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-4 .publishers-text ul {
    text-align: left;
  }
  /* line 547, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-4 .publishers-image-card img {
    margin-left: 0 !important;
  }
  /* line 554, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list .content {
    flex-direction: column;
  }
  /* line 558, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list .publishers-text {
    width: 100% !important;
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 563, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list .publishers-text p {
    width: 100% !important;
  }
  /* line 568, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list .publishers-image {
    width: 100% !important;
  }
  /* line 571, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list .publishers-image-card {
    width: 100% !important;
    height: auto !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 582, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 586, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list {
    margin-bottom: 70px;
  }
  /* line 592, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list-1 .content .heylink-a-image img {
    margin-top: 0 !important;
  }
  /* line 600, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list-2 .content {
    flex-direction: column-reverse !important;
  }
  /* line 604, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list-2 .content .heylink-a-image img {
    margin-left: 0 !important;
  }
  /* line 613, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list:nth-of-type(3) .heylink-a-image img {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  /* line 623, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list-3 .content .heylink-a-image img {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  /* line 631, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list .content {
    flex-direction: column;
  }
  /* line 634, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list .content .heylink-a-text {
    width: 100% !important;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  /* line 643, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list .content .heylink-a-text h3 {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 28px !important;
    line-height: 33px;
    margin-bottom: 15px;
    text-align: center;
  }
  /* line 653, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list .content .heylink-a-text p {
    width: 100% !important;
  }
  /* line 657, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list .content .heylink-a-text ul {
    text-align: left;
  }
  /* line 662, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list .content .heylink-a-image {
    width: 100% !important;
    height: auto !important;
  }
  /* line 666, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a-list .content .heylink-a-image img {
    width: 100% !important;
  }
  /* line 674, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher {
    position: unset;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 100px;
    height: auto !important;
  }
  /* line 682, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher:before {
    display: none;
  }
  /* line 686, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .heading {
    width: 100% !important;
    padding-top: 0;
    text-align: center;
  }
  /* line 691, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .heading span {
    font-size: 12px;
  }
  /* line 695, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .heading h3 {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 701, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .heading p {
    font-size: 14px;
    line-height: 24px;
  }
  /* line 709, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-features li {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 713, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-features li:hover {
    margin-left: 0;
  }
  /* line 717, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-features li img {
    margin-right: 15px;
    width: 33px;
  }
  /* line 722, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-features li p {
    font-size: 16px;
    line-height: 25px;
  }
  /* line 729, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .learn-more {
    position: absolute;
    bottom: 0;
    margin-bottom: -260px;
    width: 90%;
    display: flex;
    justify-content: center;
  }
  /* line 738, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-image {
    width: 100% !important;
    height: auto !important;
    position: unset;
  }
  /* line 743, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-image img {
    width: 100%;
    margin-top: 0;
    margin-left: 0 !important;
  }
  /* line 752, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  /* line 757, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants .container > .row {
    flex-direction: column-reverse;
  }
  /* line 762, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants .learn-more {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    margin-bottom: -270px;
    width: 90%;
    display: flex;
    justify-content: center;
  }
  /* line 772, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-image {
    width: 100% !important;
    height: auto !important;
  }
  /* line 777, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-content {
    position: unset;
    width: 100% !important;
    text-align: center;
    margin-top: 0;
  }
  /* line 783, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-content span {
    font-size: 12px;
    letter-spacing: 0.86px;
  }
  /* line 788, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-content h3 {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 794, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 30px;
  }
  /* line 803, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 807, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .heading {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 812, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .heading h2 {
    width: 100%;
    margin-right: 0;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  /* line 820, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .heading p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.08px;
  }
  /* line 828, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list {
    margin-bottom: 70px;
  }
  /* line 832, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-2 .content {
    flex-direction: column-reverse;
  }
  /* line 837, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-2 .content .publishers-image-card img {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  /* line 847, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-4 .content {
    flex-direction: column-reverse;
  }
  /* line 852, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-4 .publishers-text ul {
    text-align: left;
  }
  /* line 859, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-4 .publishers-image-card img {
    margin-left: 0 !important;
  }
  /* line 866, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list .content {
    flex-direction: column;
  }
  /* line 870, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list .publishers-text {
    width: 100% !important;
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 875, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list .publishers-text p {
    width: 100% !important;
  }
  /* line 880, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list .publishers-image {
    width: 100% !important;
  }
  /* line 883, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list .publishers-image-card {
    width: 100% !important;
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 895, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 899, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .heading {
    margin-bottom: 70px;
  }
  /* line 903, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list {
    margin-bottom: 70px;
  }
  /* line 907, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list .content .publishers-text {
    width: 258px !important;
  }
  /* line 910, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list .content .publishers-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  /* line 915, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list .content .publishers-text p {
    width: 100% !important;
    font-size: 16px;
  }
  /* line 924, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-1 .publishers-image-card {
    width: 348px !important;
    height: 177px !important;
  }
  /* line 933, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-2 .publishers-image-card {
    width: 315px !important;
    height: 249px !important;
  }
  /* line 942, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-3 .publishers-image-card {
    width: 342px !important;
    height: 228px !important;
  }
  /* line 951, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-4 .publishers-image-card {
    width: 323px !important;
    height: 324px !important;
  }
  /* line 962, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 966, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a .container {
    padding-left: 55px;
    padding-right: 55px;
  }
  /* line 971, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a .heylink-a-list {
    margin-bottom: 70px;
  }
  /* line 975, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a .heylink-a-list .content .heylink-a-text {
    width: 258px;
  }
  /* line 978, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a .heylink-a-list .content .heylink-a-text h3 {
    width: 100% !important;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  /* line 985, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a .heylink-a-list .content .heylink-a-text p {
    width: 100% !important;
  }
  /* line 992, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a .heylink-a-list.heylink-a-list-1 .heylink-a-image {
    width: 315px !important;
    height: 249px !important;
  }
  /* line 999, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a .heylink-a-list.heylink-a-list-2 .heylink-a-image {
    width: 395px !important;
    height: 320px !important;
  }
  /* line 1006, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .heylink-a .heylink-a-list.heylink-a-list-3 .heylink-a-image {
    width: 362px !important;
    height: 273px !important;
  }
  /* line 1014, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher {
    height: auto;
    margin-top: -100px;
    margin-bottom: -100px;
    background-color: white;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 20px;
    padding: 50px 40px;
  }
  /* line 1024, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher:before {
    content: none;
  }
  /* line 1028, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .heading {
    padding-top: 0;
    width: 250px;
    margin-bottom: 30px;
  }
  /* line 1033, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .heading h3 {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 1039, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .heading p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1px;
  }
  /* line 1047, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-features {
    width: 250px;
  }
  /* line 1050, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-features li {
    padding: 15px;
    height: auto;
  }
  /* line 1054, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-features li:hover {
    margin-left: 0;
  }
  /* line 1058, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-features li img {
    margin-right: 15px;
    width: 30px;
  }
  /* line 1063, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-features li p {
    font-size: 15px;
    line-height: 25px;
  }
  /* line 1070, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-image {
    width: 360px;
    height: 294px;
  }
  /* line 1074, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-image img {
    margin-top: 0;
    margin-left: -40px;
  }
  /* line 1082, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants {
    padding-top: 170px;
    padding-bottom: 70px;
  }
  /* line 1086, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-image {
    width: 440px;
    height: 336px;
  }
  /* line 1090, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-image img {
    margin-left: -30px;
  }
  /* line 1095, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-content {
    width: 250px;
  }
  /* line 1098, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-content h3 {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 1104, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1px;
  }
  /* line 1110, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants-content a {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 1125, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-1 .content .publishers-image-card {
    width: 505px !important;
    height: 280px !important;
  }
  /* line 1129, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-1 .content .publishers-image-card img {
    margin-top: 0;
  }
  /* line 1140, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publishers .publishers-list.publishers-list-3 .content .publishers-image-card {
    width: 509px !important;
    height: 325px !important;
  }
  /* line 1151, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher {
    margin-top: -250px;
  }
  /* line 1154, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .heading {
    margin-left: 80px;
  }
  /* line 1158, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content {
    margin-left: 75px;
  }
  /* line 1161, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-image {
    margin-top: 60px;
  }
  /* line 1164, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-image img {
    width: 65%;
  }
  /* line 1172, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants {
    padding-top: 400px;
  }
  /* line 1175, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .merchants .merchants-image {
    width: 100%;
    height: auto;
    margin-top: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1340px) {
  /* line 1185, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .container {
    margin-left: 100px;
  }
  /* line 1190, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-image {
    margin-top: 60px;
  }
  /* line 1193, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_advertisers.scss */
  .publisher .content .publisher-image img {
    width: 75%;
  }
}

/* line 1, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.team {
  padding-top: 120px;
  margin-bottom: 130px;
}

/* line 5, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.team .heading {
  margin-bottom: 70px;
}

/* line 8, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.team .heading h2 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: bold;
  color: #212143;
}

/* line 18, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.team .content .team-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 24, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.team .content .team-list > li {
  width: 240px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 74px;
}

/* line 32, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.team .content .team-list > li img {
  height: 260px;
  width: 220px;
  margin-bottom: 30px;
}

/* line 38, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.team .content .team-list > li h4 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #212143;
  margin-bottom: 10px;
}

/* line 46, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.team .content .team-list > li span {
  font-family: 'DMSans-Medium', sans-serif;
  font-size: 16px;
  color: #616277;
}

/* line 52, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.team .content .team-list > li p {
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 16px;
  color: #93949f;
  margin-top: 20px;
  margin-bottom: 12px;
}

/* line 60, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.team .content .team-list > li .team-list-sosmed {
  margin-top: 12px;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

/* line 71, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.team .content .team-list > li .team-list-sosmed li {
  width: 32px;
}

/* line 75, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.team .content .team-list > li .team-list-sosmed li a img {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
}

/* line 88, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.opportunity {
  padding-bottom: 170px;
}

/* line 91, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.opportunity .heading {
  text-align: center;
  margin-bottom: 70px;
}

/* line 95, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.opportunity .heading h2 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: bold;
  color: #212143;
}

/* line 105, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.opportunity .content .opportunity-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 110, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.opportunity .content .opportunity-list li {
  width: 525px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

/* line 116, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.opportunity .content .opportunity-list li a {
  width: 100%;
  height: 92px;
  border-radius: 20px;
  border: solid 1px #e0e1e9;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #616277;
}

/* line 134, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.opportunity .content .opportunity-list li a:hover {
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.07);
}

/* line 143, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.investor {
  background-color: #f9faff;
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 148, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.investor .heading {
  margin-bottom: 70px;
}

/* line 151, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.investor .heading h2 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: bold;
  color: #212143;
}

/* line 161, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.investor .content .investor-list {
  display: flex;
  justify-content: space-between;
}

/* line 165, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.investor .content .investor-list .item {
  width: 360px;
  height: 240px;
  border-radius: 20px;
  background-color: white;
  padding: 40px 30px;
}

/* line 172, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.investor .content .investor-list .item img {
  height: 52px;
  margin-bottom: 30px;
}

/* line 177, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.investor .content .investor-list .item p {
  color: #93949f;
  margin-bottom: 0;
}

/* line 185, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.investor .content .investor-description h3 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 52px;
  color: #212143;
  margin-bottom: 20px;
}

/* line 194, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.investor .content .investor-description p {
  font-size: 18px;
  color: #616277;
}

/* line 202, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact {
  padding-top: 220px;
  padding-bottom: 220px;
}

/* line 207, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact .contact-description h1 {
  font-family: 'HarmoniaSansProCyr-Black', sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #212143;
  margin-bottom: 20px;
}

/* line 215, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact .contact-description p {
  width: 360px;
  margin-bottom: 35px;
}

/* line 221, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact .contact-description .contact-address li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

/* line 226, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact .contact-description .contact-address li:last-child {
  margin-bottom: 0;
}

/* line 230, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact .contact-description .contact-address li img {
  margin-right: 15px;
}

/* line 234, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact .contact-description .contact-address li span {
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1px;
  color: #212143;
}

/* line 245, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact .contact-form .form-group {
  margin-bottom: 20px;
}

/* line 249, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact .contact-form .input-group {
  margin-bottom: 0 !important;
  border: solid 1px #e0e1e9;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 257, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact .contact-form .input-group-prepend .input-group-text {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border: none;
}

/* line 265, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact .contact-form .input-group input {
  border: none;
}

/* line 270, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact .contact-form .form-control {
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1px;
  color: #93949f;
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #e0e1e9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 282, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact .contact-form .form-control::placeholder {
  color: #93949f;
}

/* line 288, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact .contact-form input[type="text"] {
  height: 62px;
}

/* line 293, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
.contact .contact-form .btn {
  height: 62px;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  /* line 303, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 0;
  }
  /* line 308, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .heading {
    margin-bottom: 30px;
  }
  /* line 311, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .heading h2 {
    font-size: 28px !important;
  }
  /* line 317, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .content .team-list {
    justify-content: center;
  }
  /* line 320, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .content .team-list > li {
    width: 240px !important;
    margin-bottom: 30px;
  }
  /* line 324, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .content .team-list > li img {
    width: 178px;
    height: auto !important;
    margin-bottom: 25px;
  }
  /* line 330, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .content .team-list > li h4 {
    font-size: 22px !important;
    margin-bottom: 10px;
  }
  /* line 335, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .content .team-list > li p {
    margin-top: 15px;
    margin-bottom: 0;
  }
  /* line 345, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity {
    padding-bottom: 40px !important;
  }
  /* line 348, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity .heading {
    margin-bottom: 30px;
  }
  /* line 351, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity .heading h2 {
    font-size: 28px !important;
  }
  /* line 358, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity .content ul li {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
  /* line 364, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity .content ul li a {
    padding: 20px !important;
    height: auto !important;
    font-size: 16px !important;
  }
  /* line 369, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity .content ul li a span {
    width: 230px !important;
  }
  /* line 373, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity .content ul li a img {
    height: 16px !important;
  }
  /* line 383, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 388, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .content > .row {
    flex-direction: column-reverse;
  }
  /* line 393, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .heading {
    margin-bottom: 30px;
    text-align: center;
  }
  /* line 397, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .heading h2 {
    font-size: 28px;
  }
  /* line 402, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .investor-description {
    text-align: center;
    margin-bottom: 24px;
  }
  /* line 406, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .investor-description h3 {
    font-size: 28px !important;
    line-height: 33px !important;
    margin-bottom: 20px !important;
  }
  /* line 412, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .investor-description p {
    font-size: 14px !important;
  }
  /* line 417, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .investor-list {
    flex-direction: column;
  }
  /* line 420, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .investor-list .item {
    width: 100% !important;
    margin-bottom: 20px;
  }
  /* line 428, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 432, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-description {
    margin-bottom: 30px;
  }
  /* line 435, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-description h1 {
    font-size: 28px !important;
  }
  /* line 439, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-description p {
    width: 100% !important;
  }
  /* line 444, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-description .contact-address li {
    align-items: flex-start;
  }
  /* line 448, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-description .contact-address span {
    font-size: 16px !important;
  }
  /* line 456, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact .contact-form input[type="text"] {
    height: 42px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 467, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 0;
  }
  /* line 472, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .heading {
    margin-bottom: 30px;
  }
  /* line 475, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .heading h2 {
    font-size: 28px !important;
  }
  /* line 481, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .content .team-list {
    justify-content: center;
  }
  /* line 484, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .content .team-list > li {
    width: 240px !important;
    margin-bottom: 30px;
  }
  /* line 488, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .content .team-list > li img {
    width: 178px;
    height: auto !important;
    margin-bottom: 25px;
  }
  /* line 494, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .content .team-list > li h4 {
    font-size: 22px !important;
    margin-bottom: 10px;
  }
  /* line 499, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .content .team-list > li p {
    margin-top: 15px;
    margin-bottom: 0;
  }
  /* line 509, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity {
    padding-bottom: 40px !important;
  }
  /* line 512, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity .heading {
    margin-bottom: 30px;
  }
  /* line 515, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity .heading h2 {
    font-size: 28px !important;
  }
  /* line 522, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity .content ul li {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
  /* line 528, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity .content ul li a {
    padding: 20px !important;
    height: auto !important;
    font-size: 16px !important;
  }
  /* line 533, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity .content ul li a span {
    width: 230px !important;
  }
  /* line 537, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity .content ul li a img {
    height: 16px !important;
  }
  /* line 547, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 552, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .content > .row {
    flex-direction: column-reverse;
  }
  /* line 557, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .heading {
    margin-bottom: 30px;
    text-align: center;
  }
  /* line 561, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .heading h2 {
    font-size: 28px;
  }
  /* line 566, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .investor-description {
    text-align: center;
    margin-bottom: 24px;
  }
  /* line 570, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .investor-description h3 {
    font-size: 28px !important;
    line-height: 33px !important;
    margin-bottom: 20px !important;
  }
  /* line 576, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .investor-description p {
    font-size: 14px !important;
  }
  /* line 581, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .investor-list {
    flex-direction: column;
  }
  /* line 584, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .investor-list .item {
    width: 100% !important;
    margin-bottom: 20px;
  }
  /* line 592, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 596, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-description {
    margin-bottom: 30px;
  }
  /* line 599, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-description h1 {
    font-size: 28px !important;
  }
  /* line 603, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-description p {
    width: 100% !important;
  }
  /* line 608, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-description .contact-address li {
    align-items: flex-start;
  }
  /* line 612, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-description .contact-address span {
    font-size: 16px !important;
  }
  /* line 620, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact .contact-form input[type="text"] {
    height: 42px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 631, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team {
    margin-bottom: 0;
  }
  /* line 636, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .content .team-list > li {
    width: 190px;
  }
  /* line 639, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .content .team-list > li img {
    height: 180px;
    width: auto;
  }
  /* line 644, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .team .content .team-list > li h4 {
    font-size: 20px;
  }
  /* line 653, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity {
    padding-bottom: 50px;
  }
  /* line 657, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity-list li {
    width: 48% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  /* line 663, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity-list li a {
    height: 64px;
  }
  /* line 666, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity-list li a span {
    font-size: 16px !important;
  }
  /* line 675, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 679, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .investor .heading {
    display: none;
  }
  /* line 689, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 693, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-description {
    width: 281px;
  }
  /* line 696, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-description h1 {
    font-size: 32px !important;
    margin-bottom: 20px;
  }
  /* line 701, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-description p {
    width: 100% !important;
  }
  /* line 706, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-form {
    border-radius: 20px;
    border: solid 1px #e0e1e9;
    padding: 15px;
  }
  /* line 711, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-form .form-group {
    margin-bottom: 10px !important;
  }
  /* line 715, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-form .form-control {
    font-size: 14px !important;
  }
  /* line 718, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-form .form-control::placeholder {
    font-size: 14px !important;
  }
  /* line 724, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="email"] {
    height: 46px !important;
  }
  /* line 731, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .contact-form .btn {
    height: 48px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 742, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_company.scss */
  .opportunity-list li {
    width: 48% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* line 1, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.blog {
  padding-bottom: 200px;
  margin-top: -154px;
}

/* line 5, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.blog-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 10, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.blog-articles article {
  width: 360px;
  height: 520px;
  border-radius: 20px;
  border: solid 1px #e0e1e9;
  background-color: white;
  margin-bottom: 30px;
}

/* line 19, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.blog-articles article .article-heading a {
  width: 100%;
  height: 245px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* line 25, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.blog-articles article .article-heading a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* line 35, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.blog-articles article .article-content {
  padding: 25px 25px 30px;
}

/* line 38, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.blog-articles article .article-content h4 {
  margin-bottom: 10px;
}

/* line 41, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.blog-articles article .article-content h4 a {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  text-decoration: none;
  color: #212143;
}

/* line 51, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.blog-articles article .article-content p {
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #616277;
  margin-bottom: 25px;
}

/* line 60, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.blog-articles article .article-content .article-meta span {
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 14px;
  color: #93949f;
  margin-right: 12px;
}

/* line 70, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.blog-articles .load-more {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 76, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.blog-articles .load-more a {
  width: 240px;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0 3px 5px 0 rgba(33, 33, 67, 0.1);
  background-color: #5763de;
}

/* line 88, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog hr {
  border-top: 1px solid #e0e1e9;
}

/* line 93, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article {
  padding-bottom: 109px;
}

/* line 96, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading {
  margin-bottom: 50px;
  padding-left: 97.5px;
  padding-right: 97.5px;
}

/* line 101, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading h2 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-weight: bold;
  color: #212143;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 22px;
}

/* line 110, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading .meta-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 115, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading .meta-share .single-meta {
  display: flex;
  align-items: center;
}

/* line 119, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading .meta-share .single-meta .image {
  margin-right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 100px;
}

/* line 125, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading .meta-share .single-meta .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}

/* line 134, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading .meta-share .single-meta > div .name {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #212143;
}

/* line 141, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading .meta-share .single-meta > div ul {
  margin-bottom: 0;
  display: flex;
}

/* line 145, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading .meta-share .single-meta > div ul li {
  margin-right: 12px;
}

/* line 148, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading .meta-share .single-meta > div ul li:last-child {
  margin-right: 0;
}

/* line 152, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading .meta-share .single-meta > div ul li span {
  font-family: 'DMSans-Regular', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #93949f;
}

/* line 164, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading .meta-share .single-share ul {
  margin-bottom: 0;
  display: flex;
}

/* line 168, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading .meta-share .single-share ul li {
  margin-left: 15px;
}

/* line 171, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading .meta-share .single-share ul li span {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.8px;
  color: #93949f;
  text-transform: uppercase;
}

/* line 181, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-heading .meta-share .single-share ul li:first-child {
  margin-left: 0;
}

/* line 190, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-image {
  margin-bottom: 50px;
}

/* line 193, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-image img {
  width: 100%;
}

/* line 198, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-content {
  padding-left: 97.5px;
  padding-right: 97.5px;
}

/* line 202, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-content p {
  margin-bottom: 2rem;
}

/* line 205, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .single-article .article-content p:last-child {
  margin-bottom: 0;
}

/* line 213, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .share-bottom {
  padding-left: 97.5px;
  padding-right: 97.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 115px;
}

/* line 221, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .share-bottom span {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.8px;
  color: #93949f;
  text-transform: uppercase;
}

/* line 231, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .share-bottom .share-bottom-border {
  width: 523px;
  border-bottom: 1px solid #e0e1e9;
}

/* line 236, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .share-bottom ul {
  margin-bottom: 0;
  display: flex;
}

/* line 240, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .share-bottom ul li {
  margin-left: 15px;
}

/* line 243, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .share-bottom ul li:first-child {
  margin-left: 0;
}

/* line 251, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post {
  padding-top: 99px;
  padding-bottom: 100px;
}

/* line 255, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post .heading {
  margin-bottom: 40px;
}

/* line 258, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post .heading h3 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #212143;
}

/* line 266, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 271, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post .content article {
  width: 458px;
  height: 487px;
  border-radius: 20px;
  border: solid 1px #e0e1e9;
  background-color: white;
}

/* line 278, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post .content article .article-heading {
  width: 100%;
  height: 245px;
}

/* line 282, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post .content article .article-heading a {
  width: 100%;
  height: 100%;
}

/* line 286, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post .content article .article-heading a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* line 296, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post .content article .article-content {
  padding: 25px 25px 30px;
  height: 242px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 304, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post .content article .article-content .article-main a {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #212143;
  text-decoration: none;
}

/* line 313, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post .content article .article-content .article-main a:hover {
  opacity: 0.8;
}

/* line 318, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post .content article .article-content .article-main p {
  font-family: 'DMSans-Regular', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #616277;
}

/* line 327, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post .content article .article-content .article-meta {
  font-family: 'DMSans-Regular', sans-serif;
  font-size: 12px;
  color: #93949f;
}

/* line 332, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post .content article .article-content .article-meta span {
  margin-right: 12px;
}

/* line 335, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
.single-blog .more-post .content article .article-content .article-meta span:last-child {
  margin-right: 0;
}

@media (max-width: 575.98px) {
  /* line 349, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog {
    padding-bottom: 70px;
  }
  /* line 353, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog-articles article {
    height: auto;
  }
  /* line 356, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog-articles article .article-heading {
    height: 160px;
  }
  /* line 358, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog-articles article .article-heading a {
    height: 100%;
  }
  /* line 363, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog-articles article .article-content {
    padding: 20px;
  }
  /* line 367, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog-articles article .article-content h4 a {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 373, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog-articles article .article-content p {
    font-size: 14px;
  }
  /* line 379, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog-articles .load-more {
    margin-top: 40px;
  }
  /* line 387, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article {
    padding-bottom: 30px;
  }
  /* line 390, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-heading {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  /* line 395, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-heading h2 {
    font-size: 28px;
    line-height: 38px;
  }
  /* line 402, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-heading .meta-share .single-meta .image {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  /* line 408, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-heading .meta-share .single-meta .name {
    font-size: 14px;
  }
  /* line 412, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-heading .meta-share .single-meta .date,
  .single-blog .single-article .article-heading .meta-share .single-meta .read {
    font-size: 12px;
  }
  /* line 420, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-heading .meta-share .single-share ul span {
    display: none;
  }
  /* line 428, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-image {
    margin-bottom: 30px;
  }
  /* line 432, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-content {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 438, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .share-bottom {
    margin-bottom: 76px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 443, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .share-bottom .share-bottom-border {
    width: 115px;
  }
  /* line 448, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 452, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .heading {
    margin-bottom: 30px;
  }
  /* line 455, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .heading h3 {
    font-size: 28px;
    text-align: center;
  }
  /* line 462, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article {
    height: auto;
    margin-bottom: 30px;
  }
  /* line 466, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article:last-child {
    margin-bottom: 0;
  }
  /* line 470, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article .article-heading {
    height: 160px;
  }
  /* line 478, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article .article-content {
    padding: 20px 20px 25px;
  }
  /* line 481, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article .article-content .article-main {
    margin-bottom: 15px;
  }
  /* line 484, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article .article-content .article-main a {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 489, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article .article-content .article-main p {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 503, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog {
    padding-bottom: 70px;
  }
  /* line 507, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog-articles article {
    height: auto;
  }
  /* line 510, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog-articles article .article-heading {
    height: 160px;
  }
  /* line 512, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog-articles article .article-heading a {
    height: 100%;
  }
  /* line 517, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog-articles article .article-content {
    padding: 20px;
  }
  /* line 521, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog-articles article .article-content h4 a {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 527, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog-articles article .article-content p {
    font-size: 14px;
  }
  /* line 533, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog-articles .load-more {
    margin-top: 40px;
  }
  /* line 541, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article {
    padding-bottom: 30px;
  }
  /* line 544, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-heading {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  /* line 549, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-heading h2 {
    font-size: 28px;
    line-height: 38px;
  }
  /* line 556, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-heading .meta-share .single-meta .image {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  /* line 562, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-heading .meta-share .single-meta .name {
    font-size: 14px;
  }
  /* line 566, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-heading .meta-share .single-meta .date,
  .single-blog .single-article .article-heading .meta-share .single-meta .read {
    font-size: 12px;
  }
  /* line 574, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-heading .meta-share .single-share ul span {
    display: none;
  }
  /* line 582, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-image {
    margin-bottom: 30px;
  }
  /* line 586, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-content {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 592, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .share-bottom {
    margin-bottom: 76px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 597, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .share-bottom .share-bottom-border {
    width: 115px;
  }
  /* line 602, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 606, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .heading {
    margin-bottom: 30px;
  }
  /* line 609, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .heading h3 {
    font-size: 28px;
    text-align: center;
  }
  /* line 616, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article {
    height: auto;
    margin-bottom: 30px;
  }
  /* line 620, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article:last-child {
    margin-bottom: 0;
  }
  /* line 624, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article .article-heading {
    height: 160px;
  }
  /* line 632, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article .article-content {
    padding: 20px 20px 25px;
  }
  /* line 635, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article .article-content .article-main {
    margin-bottom: 15px;
  }
  /* line 638, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article .article-content .article-main a {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 643, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article .article-content .article-main p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 657, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog {
    margin-top: -70px;
  }
  /* line 662, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog .content .blog-articles article {
    width: 48%;
  }
  /* line 671, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article {
    padding-bottom: 59px;
    padding-top: 45px;
  }
  /* line 675, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-heading {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 680, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .single-article .article-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 686, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .share-bottom {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 79px;
  }
  /* line 692, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 697, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article {
    width: 48%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 711, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .blog .content .blog-articles article {
    width: calc(96%/3);
  }
  /* line 721, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .share-bottom-border {
    width: 380px !important;
  }
  /* line 728, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_blog.scss */
  .single-blog .more-post .content article {
    width: 48%;
  }
}

/* line 1, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
.cta {
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
  height: 420px;
}

/* line 7, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
.cta:before {
  content: '';
  position: absolute;
  background-image: url("../images/bg-cta.svg");
  background-repeat: no-repeat;
  background-position: top left;
  width: 4000px;
  height: 420px;
  left: 100px;
  z-index: -1;
}

/* line 19, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
.cta .content {
  padding: 120px 0;
}

/* line 22, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
.cta .content .cta-left {
  width: 665px;
}

/* line 25, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
.cta .content .cta-left h2 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: bold;
  color: #f9f9ff;
  margin-bottom: 20px;
}

/* line 34, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
.cta .content .cta-left p {
  width: 603px;
  color: #bfbfc9;
  margin-bottom: 0;
}

/* line 41, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
.cta .content .cta-right {
  display: flex;
  align-items: center;
}

/* line 45, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
.cta .content .cta-right .btn {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  width: 190px;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0 3px 5px 0 rgba(33, 33, 67, 0.1), 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffb000;
}

@media (max-width: 575.98px) {
  /* line 62, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta {
    height: 493px;
    background-image: url("../images/bg-cta-mobile.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 68, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta:before {
    display: none;
  }
  /* line 72, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta .content {
    flex-direction: column;
    padding: 98px 0;
  }
  /* line 77, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta-left {
    width: 100% !important;
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 82, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta-left h2 {
    font-size: 28px !important;
    margin-bottom: 15px;
    line-height: 38px !important;
  }
  /* line 88, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta-left p {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
  /* line 95, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta-right {
    justify-content: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 103, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta {
    height: 493px;
    height: 493px;
    background-image: url("../images/bg-cta-mobile.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 111, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta:before {
    display: none;
  }
  /* line 115, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta .content {
    flex-direction: column;
    padding: 98px 0;
  }
  /* line 120, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta-left {
    width: 100% !important;
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 125, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta-left h2 {
    font-size: 28px !important;
    margin-bottom: 15px;
    line-height: 38px !important;
  }
  /* line 131, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta-left p {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
  /* line 138, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta-right {
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 146, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta {
    margin-left: 20px;
    margin-right: 20px;
    background-image: url("../images/bg-cta-tablet.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 32px;
    height: auto;
  }
  /* line 155, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta:before {
    content: none;
  }
  /* line 159, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }
  /* line 165, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta .content .cta-left {
    width: 100% !important;
    margin-bottom: 50px;
  }
  /* line 169, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta .content .cta-left h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  /* line 175, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta .content .cta-left p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1px;
  }
  /* line 182, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta .content .cta-right {
    width: 100% !important;
    justify-content: center;
  }
  /* line 186, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta .content .cta-right .btn {
    width: 167px;
    height: 44px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 200, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta::before {
    left: 50px;
  }
}

@media (min-width: 1441px) {
  /* line 214, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_cta.scss */
  .cta:before {
    background-size: cover;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}

/* line 1, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing {
  margin-bottom: 200px;
}

/* line 4, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .heading {
  margin: 0 auto 120px;
}

/* line 7, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .heading h1 {
  width: 571px;
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
}

/* line 16, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card {
  width: 360px;
  height: 640px;
  border-radius: 20px;
  border: solid 1px #e0e1e9;
  background-color: white;
  padding: 30px 25px;
}

/* line 24, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card:hover {
  box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.1);
}

/* line 28, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card:hover .card-footer .btn {
  background-color: #5763de;
  color: white;
}

/* line 35, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}

/* line 41, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card-heading img {
  margin-bottom: 30px;
}

/* line 45, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card-heading h3 {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #212143;
  margin-bottom: 20px;
}

/* line 53, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card-heading p {
  font-size: 18px;
  color: #212143;
}

/* line 57, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card-heading p span {
  font-family: 'HarmoniaSansProCyr-Regular', sans-serif;
  font-size: 23px;
  font-weight: normal;
}

/* line 63, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card-heading p .price {
  font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
  font-weight: bold;
  font-size: 29px;
}

/* line 71, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card-body {
  padding: 0;
  height: 266px;
}

/* line 75, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card-body p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 33px;
}

/* line 83, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card-body ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* line 88, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card-body ul li:last-child {
  margin-bottom: 0;
}

/* line 92, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card-body ul li img {
  margin-right: 15px;
}

/* line 96, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card-body ul li span {
  font-family: 'HarmoniaSansProCyr-SemiBd', sans-serif;
  font-size: 18px;
  color: #212143;
}

/* line 105, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
.plan-pricing .content .card-footer {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border-top: none;
}

@media (max-width: 575.98px) {
  /* line 117, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing {
    padding-top: -50px;
    padding-bottom: 70px;
    margin-bottom: 0;
  }
  /* line 122, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .heading {
    text-align: center;
    margin-bottom: 70px;
  }
  /* line 126, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .heading h1 {
    font-size: 42px !important;
    line-height: 52px;
  }
  /* line 133, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card {
    width: 100% !important;
    height: auto;
    margin-bottom: 30px;
    padding: 20px !important;
  }
  /* line 139, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  /* line 144, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 26px !important;
  }
  /* line 150, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading img {
    width: 47px;
    margin-bottom: 15px;
  }
  /* line 155, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading p {
    font-size: 12px !important;
    margin-bottom: 0;
  }
  /* line 159, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading p span {
    font-size: 17px !important;
  }
  /* line 162, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading p span .price {
    font-size: 23px !important;
  }
  /* line 170, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-body {
    height: auto !important;
    margin-bottom: 40px;
  }
  /* line 174, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-body p {
    margin-bottom: 20px;
  }
  /* line 179, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-body ul li {
    margin-bottom: 15px;
  }
  /* line 182, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-body ul li img {
    width: 16px !important;
    margin-right: 10px;
  }
  /* line 187, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-body ul li span {
    font-size: 16px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 200, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing {
    padding-top: -50px;
    padding-bottom: 70px;
    margin-bottom: 0;
  }
  /* line 205, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .heading {
    text-align: center;
    margin-bottom: 70px;
  }
  /* line 209, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .heading h1 {
    font-size: 42px !important;
    line-height: 52px;
  }
  /* line 216, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card {
    width: 100% !important;
    height: auto;
    margin-bottom: 30px;
    padding: 20px !important;
  }
  /* line 222, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  /* line 227, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 26px !important;
  }
  /* line 233, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading img {
    width: 47px;
    margin-bottom: 15px;
  }
  /* line 238, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading p {
    font-size: 12px !important;
    margin-bottom: 0;
  }
  /* line 242, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading p span {
    font-size: 17px !important;
  }
  /* line 245, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading p span .price {
    font-size: 23px !important;
  }
  /* line 253, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-body {
    height: auto !important;
    margin-bottom: 40px;
  }
  /* line 257, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-body p {
    margin-bottom: 20px;
  }
  /* line 262, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-body ul li {
    margin-bottom: 15px;
  }
  /* line 265, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-body ul li img {
    width: 16px !important;
    margin-right: 10px;
  }
  /* line 270, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-body ul li span {
    font-size: 16px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 283, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing {
    margin-bottom: 70px;
  }
  /* line 286, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .heading {
    margin-bottom: 70px;
  }
  /* line 289, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .heading h1 {
    font-size: 56px;
    line-height: 76px;
  }
  /* line 296, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card {
    width: 230px;
    min-height: 568px;
    padding: 20px;
  }
  /* line 301, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  /* line 306, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading img {
    width: 46px;
    height: 46px;
    margin-bottom: 15px;
  }
  /* line 312, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-heading h3 {
    font-size: 20px;
  }
  /* line 317, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-body {
    height: auto;
  }
  /* line 321, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-body ul li {
    margin-bottom: 15px;
  }
  /* line 324, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-body ul li span {
    font-size: 14px;
  }
  /* line 328, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card-body ul li:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 343, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_plan-pricing.scss */
  .plan-pricing .content .card {
    width: 300px;
    min-height: 680px;
  }
}

/* line 2, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_btn.scss */
.btn {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 12, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_btn.scss */
.btn.btn-lg {
  height: 50px;
}

/* line 16, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_btn.scss */
.btn.btn-primary {
  background-color: #5763de;
  border: 1px solid #5763de;
}

/* line 20, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_btn.scss */
.btn.btn-primary:hover {
  background-color: #5763de;
}

/* line 25, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_btn.scss */
.btn.btn-secondary {
  background-color: white;
  border: 1px solid white;
  color: #616277;
}

/* line 30, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_btn.scss */
.btn.btn-secondary:hover {
  background-color: white;
}

/* line 35, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_btn.scss */
.btn.btn-warning {
  background-color: #ffb000;
  color: white;
}

/* line 39, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_btn.scss */
.btn.btn-warning:hover {
  background-color: #ffb000;
}

/* line 44, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_btn.scss */
.btn.btn-outline-primary {
  color: #5763de;
  border: 1px solid rgba(87, 99, 222, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 51, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_btn.scss */
.btn.btn-outline-primary:hover {
  color: white;
  background-color: #5763de;
}

/* line 57, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_btn.scss */
.btn.btn-link {
  color: #5763de;
}

/* line 61, ../../../../../Users/candrawaskito/Documents/DEV STUFF/SEBOSTUDIO/heylink/src/scss/_btn.scss */
.btn:hover, .btn:active, .btn:visited, .btn:focus {
  opacity: 0.8;
}

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