/*!
  __  __               _          _                                        
 |  \/  |   __ _    __| |   ___  | |__    _   _   ___    ___   _ __    ___ 
 | |\/| |  / _` |  / _` |  / _ \ | '_ \  | | | | / __|  / _ \ | '_ \  / __|
 | |  | | | (_| | | (_| | |  __/ | |_) | | |_| | \__ \ |  __/ | | | | \__ \
 |_|  |_|  \__,_|  \__,_|  \___| |_.__/   \__, | |___/  \___| |_| |_| |___/
                                          |___/                            


* Development by Madebysens
 * www.madebysens.nl
 */
.fusion-sticky-container.fusion-sticky-transition .fusion-display-normal-only {
  display: inline-flex !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out !important;
}

@media (max-width: 768px) {
  .awb-off-canvas .awb-menu .awb-menu__main-ul {
    font-size: 20px !important;
  }
  .awb-off-canvas .fusion-title-heading {
    font-size: 20px !important;
  }
  .awb-off-canvas .fusion-text {
    font-size: 19px !important;
  }
}
.awb-off-canvas .fusion-title-heading {
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: translateY(2rem);
}
.awb-off-canvas .fusion-text {
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: translateY(2rem);
}

.awb-off-canvas-wrap .fusion-menu li a {
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: translateY(2rem);
}
.awb-off-canvas-wrap.awb-show .fusion-text,
.awb-off-canvas-wrap.awb-show .fusion-title-heading {
  -webkit-animation-name: navanimation;
          animation-name: navanimation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.awb-off-canvas-wrap.awb-show .fusion-menu li a {
  -webkit-animation-name: navanimation;
          animation-name: navanimation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.awb-off-canvas-wrap.awb-show .fusion-menu li:nth-child(1) a {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.awb-off-canvas-wrap.awb-show .fusion-menu li:nth-child(2) a {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.awb-off-canvas-wrap.awb-show .fusion-menu li:nth-child(3) a {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.awb-off-canvas-wrap.awb-show .fusion-menu li:nth-child(4) a {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.awb-off-canvas-wrap.awb-show .fusion-menu li:nth-child(5) a {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.awb-off-canvas-wrap.awb-show .fusion-menu li:nth-child(6) a {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

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

@keyframes navanimation {
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
body {
  transition: background-color 0.9s ease !important;
  font-variation-settings: "wdth" 100, "wght" 250 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body #main,
body .layout-boxed-mode #main,
body .layout-boxed-mode.avada-footer-fx-sticky .above-footer-wrapper,
body .layout-boxed-mode.avada-footer-fx-sticky-with-parallax-bg-image .above-footer-wrapper,
body .layout-wide-mode #main,
body .layout-wide-mode #wrapper,
body body,
body html,
body html body.custom-background {
  background-color: transparent !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-variation-settings: "wdth" 175, "wght" 650 !important;
  font-weight: inherit !important;
}

h1,
.h1 {
  font-size: 7rem;
}

h2,
.h2 {
  font-size: 6rem;
}

h3,
.h3 {
  font-size: 4rem;
}

h4,
.h4 {
  font-size: 3rem;
}

h5,
.h5 {
  font-size: 2.4rem;
}

h6,
.h6 {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .fusion-footer h6.fusion-title-heading,
h1.fusion-title-heading {
    font-size: 30px !important;
  }

  .content h2,
h2.fusion-title-heading {
    font-size: 25px !important;
  }

  .fusion-text h3,
.content h3,
h3.fusion-title-heading {
    font-size: 22px !important;
  }

  h2.content-box-heading,
h5.fusion-title-heading {
    font-size: 18px !important;
  }

  .fusion-text p {
    font-size: 18px !important;
  }
}
h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong {
  display: block;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.1em;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

footer img {
  max-width: 70px;
}

b,
strong {
  font-variation-settings: "wght" 500 !important;
}

@media (max-width: 768px) {
  .fusion-checklist, ul.fusion-checklist {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 768px) {
  .fusion-checklist .fusion-li-item,
.fusion-checklist.fusion-404-checklist > li,
ul.fusion-checklist .fusion-li-item,
ul.fusion-checklist.fusion-404-checklist > li {
    padding: 6px 0 !important;
  }
}

.fusion-checklist .fusion-li-icon,
ul.fusion-checklist .fusion-li-icon {
  font-size: 12px;
}

.fusion-checklist .icon-wrapper,
ul.fusion-checklist .icon-wrapper {
  width: 30px !important;
  height: 30px !important;
}

.fusion-counters-box .content-box-counter {
  font-variation-settings: "wdth" 175, "wght" 650 !important;
}

.nav-brand img {
  width: 175px;
}

body .contact-list .fusion-li-item {
  position: relative;
  padding: 0 0 0 80px !important;
  display: block;
  margin-bottom: 50px;
  line-height: 1.3;
  font-variation-settings: "wght" 300 !important;
}
@media (max-width: 768px) {
  body .contact-list .fusion-li-item {
    padding: 0 0 0 80px !important;
  }
}
body .contact-list .fusion-li-item .icon-wrapper {
  width: 60px !important;
  height: 60px !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body .contact-list .fusion-li-item .icon-wrapper i {
  font-size: 15px;
}
body .contact-list .fusion-li-item .fusion-li-item-content {
  margin: 0;
}

.logo-carousel img {
  filter: grayscale(100%);
  transition: 0.2s all ease-in-out;
}
.logo-carousel img:hover {
  filter: grayscale(0);
}

body #wrapper #main .fullwidth-box.case-scroll {
  width: 130% !important;
}

@media (max-width: 768px) {
  body #wrapper #main .fullwidth-box.case-scroll {
    width: auto !important;
  }

  .fusion-sticky-container.fusion-sticky-transition .fusion-display-normal-only.header-mobile-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .content-boxes .fusion-column .content-box-wrapper {
    padding: 30px !important;
  }

  .hur54b {
    padding: 20px !important;
  }
}
body .button-xlarge, body .fusion-body .fusion-button-xlarge, body .fusion-body .wpcf7-form .wpcf7-submit.button-xlarge, body .fusion-body .wpcf7-form .wpcf7-submit.fusion-button-xlarge {
  padding: 16px 40px 18px;
  line-height: 1.7;
  font-size: 18px;
}

.fusion-button-span-yes {
  justify-content: space-between !important;
}
.fusion-button-span-yes:hover i {
  transform: rotate(45deg) !important;
}

.cta-link button {
  border-radius: 10rem;
  padding: 22px 40px 16px;
  color: #fff;
  font-size: 17px;
  font-family: "gamay-variable", sans-serif !important;
  font-variation-settings: "wdth" 100, "wght" 400 !important;
  font-weight: 400 !important;
  transition: all 0.2s ease-in-out;
  box-shadow: none !important;
  position: relative !important;
  background-color: transparent !important;
  border: 1px solid #1B453A;
  color: #1B453A !important;
  display: inline-block !important;
  height: 60px;
}
.cta-link button:after {
  position: absolute;
  content: "\e904";
  font-family: "icomoon";
  font-size: 13px;
  line-height: 60px;
  width: 59px;
  height: 59px;
  border-radius: 100rem;
  display: inline-block;
  top: 0;
  right: -70px;
  transition: all 0.2s ease-in-out;
  background-color: transparent !important;
  border: 1px solid #1B453A;
  color: #1B453A !important;
}
.cta-link button:hover {
  color: #fff !important;
  background-color: #1B453A !important;
}
.cta-link button:hover:after {
  color: #fff !important;
  background-color: #1B453A !important;
  transform: rotate(45deg) !important;
}

@media (max-width: 768px) {
  .fusion-button.fusion-button-span-yes span {
    display: block;
    width: 100%;
  }

  /* CTA */
  .cta-link button {
    padding: 22px 20px 16px;
  }

  .cta-link button:after {
    display: none;
  }
}
.container {
  margin: 0 auto !important;
  max-width: var(--site_width) !important;
  width: 100% !important;
}

.wp-gr {
  display: inline-block !important;
  width: auto !important;
  border-radius: 10rem !important;
  border: 2px solid var(--awb-color3) !important;
  padding: 10px 20px 10px 50px !important;
  background-image: url(../img/google-icon.svg) !important;
  background-size: auto 50%;
  background-position: left 15px center !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
  transition: 0.2s all ease-in-out !important;
}
.wp-gr:hover {
  background-color: var(--awb-color3) !important;
}
.wp-gr .wp-google-right {
  display: flex !important;
  align-items: center;
  gap: 10px;
  max-width: 100% !important;
  width: auto !important;
}
.wp-gr .wp-google-right .wp-google-rating {
  font-size: 17px !important;
  margin-right: 12px !important;
  transform: translateY(-2px);
  display: inline-block;
}
.wp-gr .wp-google-right .wp-google-stars {
  transform: translateY(-1px);
  display: inline-block;
}
.wp-gr .wp-google-right .wp-google-stars .wp-star svg {
  width: 15px !important;
  height: 15px !important;
}
.wp-gr .wp-google-right .wp-google-based {
  margin: 0 !important;
  color: var(--awb-color8) !important;
}
.wp-gr .wp-google-right .wp-google-powered {
  display: none;
}

.bggreen .content-boxes .fusion-column .content-box-wrapper:hover {
  background: rgba(255, 255, 255, 0.3);
}

.content-boxes {
  height: 100%;
}
.content-boxes .fusion-column {
  height: 100%;
  margin-bottom: 0 !important;
}
.content-boxes .fusion-column .content-box-wrapper {
  border: 1px solid var(--awb-color8);
  border-radius: 40px;
  padding: 40px;
  position: relative;
  transition: all 0.2s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-boxes .fusion-column .content-box-wrapper:hover {
  background: var(--awb-color3);
}
.content-boxes .fusion-column .content-box-wrapper .heading h2 {
  font-size: 24px;
  color: var(--awb-color8);
}
.content-boxes .fusion-column .content-box-wrapper .content-container {
  margin-bottom: 50px;
  font-family: var(--body_typography-font-family);
  font-size: 18px;
  line-height: 1.7;
  color: var(--awb-color8);
}
.content-boxes .fusion-column .content-box-wrapper .content-container p {
  font-family: var(--body_typography-font-family);
  font-size: 18px;
  line-height: 1.7;
  color: var(--awb-color8);
}
.content-boxes .fusion-column .content-box-wrapper .fusion-read-more {
  margin-top: auto;
  font-family: var(--body_typography-font-family);
  font-size: 18px;
  font-variation-settings: "wght" 400 !important;
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: var(--awb-color8);
}
.content-boxes .fusion-column .content-box-wrapper .fusion-read-more:after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 20px;
  position: relative;
  right: 0;
  top: 0;
  padding: 0;
  transform: none;
  color: var(--awb-color8);
}
.content-boxes .fusion-column .content-box-wrapper .fusion-read-more:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.content-boxes .fusion-column .content-box-wrapper .fusion-read-more:hover:after {
  transform: rotate(45deg) !important;
}

.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode {
  border-radius: 15px;
  transition: 0.2s all ease-in-out;
}
.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .fusion-toggle-heading {
  font-family: "gamay-variable", sans-serif !important;
  font-variation-settings: "wght" 450 !important;
}
@media (max-width: 768px) {
  .fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .fusion-toggle-heading {
    font-size: 16px;
    line-height: 1.3;
  }
}

.fusion-accordian .panel-heading .panel-title .fusion-toggle-icon-wrapper .fa-fusion-box:before {
  font-family: "icomoon" !important;
  content: "\e904" !important;
  display: block !important;
}
.fusion-accordian .panel-heading .panel-title a.active .fusion-toggle-icon-wrapper .fa-fusion-box:before {
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-body,
.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-title a {
    padding: 5px 25px 10px 5px !important;
  }
}

@media (max-width: 768px) {
  .fusion-faqs-wrapper .fusion-accordian .panel-body {
    font-size: 16px !important;
  }
}

.sepa {
  padding: 30px;
  border: 1px solid #ddd;
  background: #fff;
}
.sepa .row {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.sepa .col, .sepa .col-1, .sepa .col-10, .sepa .col-11, .sepa .col-12, .sepa .col-2, .sepa .col-3, .sepa .col-4, .sepa .col-5, .sepa .col-6, .sepa .col-7, .sepa .col-8, .sepa .col-9, .sepa .col-auto, .sepa .col-lg, .sepa .col-lg-1, .sepa .col-lg-10, .sepa .col-lg-11, .sepa .col-lg-12, .sepa .col-lg-2, .sepa .col-lg-3, .sepa .col-lg-4, .sepa .col-lg-5, .sepa .col-lg-6, .sepa .col-lg-7, .sepa .col-lg-8, .sepa .col-lg-9, .sepa .col-lg-auto, .sepa .col-md, .sepa .col-md-1, .sepa .col-md-10, .sepa .col-md-11, .sepa .col-md-12, .sepa .col-md-2, .sepa .col-md-3, .sepa .col-md-4, .sepa .col-md-5, .sepa .col-md-6, .sepa .col-md-7, .sepa .col-md-8, .sepa .col-md-9, .sepa .col-md-auto, .sepa .col-sm, .sepa .col-sm-1, .sepa .col-sm-10, .sepa .col-sm-11, .sepa .col-sm-12, .sepa .col-sm-2, .sepa .col-sm-3, .sepa .col-sm-4, .sepa .col-sm-5, .sepa .col-sm-6, .sepa .col-sm-7, .sepa .col-sm-8, .sepa .col-sm-9, .sepa .col-sm-auto, .sepa .col-xl, .sepa .col-xl-1, .sepa .col-xl-10, .sepa .col-xl-11, .sepa .col-xl-12, .sepa .col-xl-2, .sepa .col-xl-3, .sepa .col-xl-4, .sepa .col-xl-5, .sepa .col-xl-6, .sepa .col-xl-7, .sepa .col-xl-8, .sepa .col-xl-9, .sepa .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .sepa .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
@media (min-width: 768px) {
  .sepa .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 768px) {
  .sepa .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .sepa .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media (min-width: 768px) {
  .sepa .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .sepa .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
@media (min-width: 768px) {
  .sepa .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.sepa label {
  font-size: 14px;
  line-height: 15px;
}
.sepa p {
  margin-bottom: 0 !important;
}
.sepa .align-self-center {
  align-self: center;
}
.sepa .text-right {
  text-align: right;
}
.sepa input[type=text],
.sepa input[type=tel],
.sepa input[type=email],
.sepa select, .sepa textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: 0 !important;
  width: 100%;
  height: 40px;
}
.sepa input[type=text]::-webkit-input-placeholder,
.sepa input[type=tel]::-webkit-input-placeholder,
.sepa input[type=email]::-webkit-input-placeholder,
.sepa select::-webkit-input-placeholder, .sepa textarea::-webkit-input-placeholder {
  color: #999;
}
.sepa input[type=text]::-moz-placeholder,
.sepa input[type=tel]::-moz-placeholder,
.sepa input[type=email]::-moz-placeholder,
.sepa select::-moz-placeholder, .sepa textarea::-moz-placeholder {
  color: #999;
}
.sepa input[type=text]:-ms-input-placeholder,
.sepa input[type=tel]:-ms-input-placeholder,
.sepa input[type=email]:-ms-input-placeholder,
.sepa select:-ms-input-placeholder, .sepa textarea:-ms-input-placeholder {
  color: #999;
}
.sepa input[type=text]:-moz-placeholder,
.sepa input[type=tel]:-moz-placeholder,
.sepa input[type=email]:-moz-placeholder,
.sepa select:-moz-placeholder, .sepa textarea:-moz-placeholder {
  color: #999;
}
.sepa input[type=text]:focus,
.sepa input[type=tel]:focus,
.sepa input[type=email]:focus,
.sepa select:focus, .sepa textarea:focus {
  outline: none;
}
.sepa .sepa-title {
  background: #8BB356;
  position: relative;
  padding: 16px 145px 15px 20px;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-variation-settings: "wght" 500 !important;
}
@media (max-width: 768px) {
  .sepa .sepa-title {
    font-size: 20px;
    line-height: 25px;
    padding: 10px 145px 10px 10px;
  }
}
.sepa .sepa-title:after {
  content: " ";
  background: #2E2F56 url("../img/sepa.svg") no-repeat center;
  background-size: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 130px;
  border-left: 5px solid #fff;
}
.sepa .comma {
  line-height: 38px;
}
@media (max-width: 768px) {
  .sepa .comma {
    display: none;
  }
}
.sepa .wpcf7-form-control-signature-wrap {
  width: 100% !important;
  background: #f5f5f5;
  position: relative;
}
.sepa #wpcf7_handtekening_clear {
  border: 1px solid #ccc;
  padding: 10px 15px 9px;
  border-radius: 1000px;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  left: 35px;
  transition: 0.2s all ease-in-out;
}
.sepa #wpcf7_handtekening_clear:hover {
  border: 1px solid #7D53D6;
  background: #7D53D6;
  color: #fff;
}
.sepa .wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.about-author {
  margin: 0 !important;
}
.about-author .avatar {
  max-width: 50px;
}
.about-author .fusion-title {
  margin: 0 !important;
}
.about-author .fusion-title .title-heading-left {
  font-size: 16px;
}

.fusion-tb-published-read-time {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 10rem !important;
  line-height: 1;
  padding: 6px 10px 7px !important;
  font-size: 14px;
}

.single-blog .content h2 {
  font-size: 30px;
}
.single-blog .content h3 {
  font-size: 24px;
}
.single-blog .content h4 {
  font-size: 22px;
}
.single-blog .content h5 {
  font-size: 20px;
}

.page-template-template-checklist-launch, .launch-checklist {
  background: #f5f5f5;
}

.launch-checklist h4 {
  margin-top: 3rem;
}
.launch-checklist ul {
  margin-bottom: 20px;
  padding: 0.5rem 2rem 0.5rem 1rem;
  line-height: 20px;
  font-size: 15px;
  list-style: none;
  border: 1px solid #f5f5f5;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 1px #ededed;
}
.launch-checklist ul li {
  position: relative;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #f5f5f5;
}
.launch-checklist ul li:last-child {
  margin-bottom: 0;
  border: 0;
}
.launch-checklist ul li:after {
  content: none;
}
.launch-checklist ul label {
  display: block;
  padding: 5px 10px 10px 50px;
  font-variation-settings: "wght" 400 !important;
  letter-spacing: normal;
  text-transform: none;
  transition: 0.15s ease-in-out color;
  font-size: 16px !important;
  line-height: 1.4 !important;
  cursor: pointer;
  font-weight: 700;
}
.launch-checklist ul label p, .launch-checklist ul label a {
  font-variation-settings: "wght" 300 !important;
  margin: 0;
  color: #8b8b8b;
}
.launch-checklist ul label a:hover {
  color: #000;
  text-decoration: underline;
}
.launch-checklist ul input[type=checkbox] {
  display: none;
}
.launch-checklist ul input[type=checkbox]:checked + label {
  text-decoration: line-through;
  color: #8b8b8b;
}
.launch-checklist ul input[type=checkbox]:checked + label:before {
  background: #1b453a;
  box-shadow: inset 0 0 0 2px #1b453a;
}
.launch-checklist ul input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.launch-checklist ul input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  width: 25px;
  height: 25px;
  box-shadow: inset 0 0 0 1px #c4c4c4;
  border-radius: 1000px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 0;
  border-color: #00ad83;
}
.launch-checklist ul input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  opacity: 0;
  transform: rotate(-45deg);
  transition: 0.15s ease-in-out opacity;
  top: 14px;
  left: 9px;
  width: 9px;
  height: 5px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
}