/*
Colors
 */
/*
Fonts
 */
/*
font sizes
*/
._main-nav {
  background-color: #f2f2f2;
}
._main-nav ._cc-xapo-logo img {
  filter: invert(95%) sepia(95%) saturate(20%) hue-rotate(354deg) brightness(105%) contrast(105%);
}

._about_header {
  background-color: #f2f2f2;
  display: block;
  position: relative;
}
._about_header ._wrapper {
  max-width: 1440px;
  margin: auto;
}
._about_header ._wrapper ._grid {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #707070;
}
._about_header ._wrapper ._grid ._grid_cell {
  flex: 1;
  align-self: center;
  text-align: center;
}
._about_header ._wrapper ._grid ._grid_cell span {
  display: block;
  position: relative;
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 180px;
  line-height: 160px;
}
._about_header ._wrapper ._grid ._grid_cell ._image {
  display: block;
  width: 100%;
  height: 140px;
  margin: 40px auto;
  max-width: 290px;
  border-radius: 120px;
  background: no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
._about_header ._wrapper ._grid ._grid_cell ._image img {
  visibility: hidden;
  opacity: 0;
}
._about_header ._wrapper ._grid._1 ._grid_cell:first-child {
  flex: 0 0 40%;
}
._about_header ._wrapper ._grid._2 ._grid_cell:first-child {
  border-right: 1px solid #707070;
  flex: 0 0 42%;
}
._about_header ._wrapper ._grid._3 ._grid_cell:last-child {
  border-left: 1px solid #707070;
}
._about_header ._wrapper ._grid._3 ._grid_cell:last-child ._content {
  display: block;
  position: relative;
  max-width: 76%;
  margin: 80px auto 28px 0;
}
._about_header ._wrapper ._grid._3 ._grid_cell:last-child ._content p {
  margin-left: 30px;
}
._about_header ._wrapper ._grid._3 ._grid_cell:last-child ._content:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  top: 12px;
  left: 0;
  height: 3px;
  background-color: rgb(199, 73, 24);
}
._about_header ._wrapper ._grid_gutters ._grid_cell {
  padding-left: 1em;
}

._section_trusted {
  background-color: #f2f2f2;
  padding: 40px 0;
}
._section_trusted ._content {
  background-color: white;
  padding: 60px 0 60px 60px;
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
  display: block;
  position: relative;
}
._section_trusted ._content h3 {
  font-size: 2.188rem;
  line-height: 2.188rem;
  font-weight: 500;
}
._section_trusted ._content span {
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-size: 2.188rem;
  line-height: 2.188rem;
  font-style: italic;
  margin-left: 26px;
  position: relative;
}
._section_trusted ._content span:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  top: 20px;
  left: -24px;
  height: 3px;
  background-color: rgb(199, 73, 24);
}
._section_trusted .accordion {
  padding-top: 60px;
}
._section_trusted .accordion-item {
  border-left: unset;
  border-right: unset;
  border-radius: unset;
  border-bottom: 1px solid #707070;
}
._section_trusted .accordion-item:first-of-type {
  border-left: unset;
  border-right: unset;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
._section_trusted .accordion-item .accordion-collapse .accordion-body {
  position: relative;
  max-width: 350px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}
._section_trusted .accordion-item .accordion-collapse .accordion-body:after, ._section_trusted .accordion-item .accordion-collapse .accordion-body:before {
  display: block;
  position: absolute;
}
._section_trusted .accordion-item .accordion-collapse .accordion-body:before {
  content: "";
  width: 20px;
  top: 72px;
  left: -10px;
  height: 3px;
  background-color: rgb(221, 192, 67);
}
._section_trusted .accordion-item .accordion-collapse .accordion-body:after {
  content: "B";
  font-family: "xapo icons";
  font-size: 0;
  bottom: 20px;
  right: -36px;
  transform: rotate(90deg);
  color: rgb(199, 73, 24);
}
._section_trusted .accordion-item .accordion-header:focus {
  background-color: transparent;
}
._section_trusted .accordion-item button[aria-expanded=true] {
  background-color: rgb(199, 73, 24);
}
._section_trusted .accordion-button {
  border-bottom: 1px solid #707070;
}
._section_trusted .accordion-button.collapsed {
  border-bottom: unset;
  border-radius: unset;
}
._section_trusted .accordion-button:after {
  content: "A";
  font-family: "xapo icons";
  background-image: unset;
  color: rgb(221, 192, 67);
  margin-left: 6%;
}
._section_trusted .accordion-button:not(.collapsed) {
  background-color: rgb(199, 73, 24);
  color: white;
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-style: italic;
  border-radius: unset;
}
._section_trusted .accordion-button:not(.collapsed):after {
  content: "";
}
._section_trusted .accordion-button:focus {
  background-color: transparent;
  border-left: unset;
  border-right: unset;
  box-shadow: none;
}

._our_history {
  display: block;
  position: relative;
  padding: 30px 0 60px;
}
._our_history ._content {
  background-color: black;
  position: relative;
  max-width: 1100px;
  margin: auto;
  color: white;
  padding: 120px 15px 0 80px;
}
._our_history ._content h1 {
  display: block;
  position: relative;
  font-size: 2.188rem;
  border-bottom: 1px solid white;
}
._our_history ._content h1 span {
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-style: italic;
}
._our_history ._content .icon-asterisk_icon {
  font-size: 54px;
  position: absolute;
  left: 2%;
  top: 8%;
}
._our_history ._content ._img {
  display: block;
  position: relative;
  width: 200px;
  height: 380px;
  border-radius: 120px;
  margin-top: 40px;
  margin-bottom: -40px;
}
._our_history ._content p {
  margin-left: 35px;
  font-size: 14px;
}
._our_history ._content p:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  top: 10px;
  left: 0;
  height: 3px;
  background-color: rgb(199, 73, 24);
}

@media screen and (max-width: 991px) {
  ._main-nav ._nav-right {
    padding-left: 1.4rem;
  }
  ._main-nav ._nav-right .nav-item._lg-selector:before {
    color: rgb(221, 192, 67);
  }
  ._main-nav .offcanvas-header ._cc-xapo-logo {
    filter: invert(95%) sepia(95%) saturate(20%) hue-rotate(354deg) brightness(105%) contrast(105%);
  }
  ._main-nav .navbar-toggler.text-white {
    border: unset;
    color: rgb(25, 43, 63) !important;
  }
  ._main-nav .navbar-toggler.text-white:focus {
    border: unset;
    box-shadow: unset;
  }
  ._about_header ._wrapper ._grid ._grid_cell span {
    font-size: 100px;
    line-height: 80px;
  }
  ._about_header ._wrapper ._grid ._grid_cell ._image {
    max-width: 205px;
    height: 100px;
  }
  ._about_header ._wrapper ._grid._3 ._grid_cell {
    flex: 0 0 82%;
  }
  ._about_header ._wrapper ._grid._3 ._grid_cell:first-child ._content {
    padding-top: 40px;
    padding-left: 40px;
    text-align: left;
  }
  ._about_header ._wrapper ._grid._3 ._grid_cell:last-child {
    border-left: unset;
    flex: 0 0 100%;
  }
  ._about_header ._wrapper ._grid._3 ._grid_cell:last-child ._content {
    margin: 60px 60px 40px auto;
  }
  ._section_trusted .accordion-item .accordion-collapse .accordion-body {
    max-width: 300px;
  }
}
@media screen and (max-width: 450px) {
  ._about_header ._wrapper ._grid ._grid_cell span {
    font-size: 60px;
    line-height: 60px;
  }
  ._about_header ._wrapper ._grid ._grid_cell ._image {
    max-width: 130px;
    height: 62px;
  }
  ._about_header ._wrapper ._grid._3 ._grid_cell:first-child ._content {
    padding-left: 0;
  }
  ._about_header ._wrapper ._grid._3 ._grid_cell:last-child ._content {
    margin: 60px auto;
  }
  ._section_trusted .accordion-item .accordion-collapse .accordion-body {
    max-width: 175px;
    padding: 60px 20px;
  }
  ._our_history ._content ._img {
    width: 140px;
    height: 280px;
    margin-left: auto;
  }
  ._our_history ._content p {
    margin-right: 20px;
  }
  ._our_history ._content p:before {
    top: 3.5rem;
    width: 24px;
    left: 12px;
  }
  ._main-nav ._nav-right .nav-item._lg-contact {
    margin-left: -22px;
  }
}

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