/*

    Media query breakpoints

    Usage:

    @include mq(tablet) {
        content
    }

    For max widths use the following syntax:
    @include mq(tablet, max) {
        content
    }

    Additionally you can choose to use a number instead of the predefined breakpoints.
    @include mq(900px) {
        content
    }
    ========================================================================== */
/**
 * The Trustpilot default font is Helvetica Neue. We have been asked to obfuscate which font it is by renaming it, though. It is therefore referred to as TrustPilotDefaultFont
 */
@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-style: normal;
  font-weight: 300;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-light.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-light.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-style: normal;
  font-weight: 400;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-regular.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-regular.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-weight: 500;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-medium.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-medium.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-weight: 700;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-bold.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-bold.woff") format("woff"); }

/*

    Media query breakpoints

    Usage:

    @include mq(tablet) {
        content
    }

    For max widths use the following syntax:
    @include mq(tablet, max) {
        content
    }

    Additionally you can choose to use a number instead of the predefined breakpoints.
    @include mq(900px) {
        content
    }
    ========================================================================== */
.modal___pCAdd {
  position: fixed;
  z-index: 99999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(25, 25, 25, 0.6); }
  .modal___pCAdd .dialog___3ndnw {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF; }
    @media only screen and (max-width: 639px) {
      .modal___pCAdd .dialog___3ndnw.fullHeight___1YFff {
        height: 100%;
        border-radius: 0px; } }
    @media only screen and (min-width: 640px) {
      .modal___pCAdd .dialog___3ndnw {
        top: 20%;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, 0);
        width: 630px;
        height: auto;
        max-height: 480px;
        border-radius: 5px; } }
    .modal___pCAdd .dialog___3ndnw .header___2BClm {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      color: #000032;
      padding: 16px 24px;
      box-shadow: 0 4px 3px -3px rgba(0, 0, 50, 0.1); }
      .modal___pCAdd .dialog___3ndnw .header___2BClm .dismiss___1ZUXy {
        cursor: pointer;
        outline: none;
        background: 0 0;
        border: 0;
        padding: 0;
        display: flex;
        height: 28px; }
        .modal___pCAdd .dialog___3ndnw .header___2BClm .dismiss___1ZUXy svg {
          width: 20px;
          height: 20px;
          color: inherit;
          fill: currentColor; }
    .modal___pCAdd .dialog___3ndnw .content___11kse {
      flex: 1 1 auto;
      padding: 24px;
      overflow-y: auto; }
      @media only screen and (min-width: 640px) {
        .modal___pCAdd .dialog___3ndnw .content___11kse {
          flex: 0 1 auto; } }
    .modal___pCAdd .dialog___3ndnw .footer___1buaU {
      flex: 0 0 auto;
      padding: 16px 24px;
      display: flex;
      flex-direction: column; }
      .modal___pCAdd .dialog___3ndnw .footer___1buaU > * {
        display: block;
        width: 100%; }
        .modal___pCAdd .dialog___3ndnw .footer___1buaU > * + * {
          margin-top: 8px; }
      @media only screen and (max-width: 639px) {
        .modal___pCAdd .dialog___3ndnw .footer___1buaU.noStack___uiUGW {
          flex-direction: row-reverse;
          justify-content: space-between; }
          .modal___pCAdd .dialog___3ndnw .footer___1buaU.noStack___uiUGW > * {
            width: calc((100% - 8px) / 2);
            margin-top: 0px; } }
      @media only screen and (min-width: 640px) {
        .modal___pCAdd .dialog___3ndnw .footer___1buaU {
          flex-direction: row-reverse; }
          .modal___pCAdd .dialog___3ndnw .footer___1buaU > * {
            display: inline-block;
            width: auto; }
            .modal___pCAdd .dialog___3ndnw .footer___1buaU > * + * {
              margin-right: 16px;
              margin-top: 0px; } }

/*

    Media query breakpoints

    Usage:

    @include mq(tablet) {
        content
    }

    For max widths use the following syntax:
    @include mq(tablet, max) {
        content
    }

    Additionally you can choose to use a number instead of the predefined breakpoints.
    @include mq(900px) {
        content
    }
    ========================================================================== */
/**
 * The Trustpilot default font is Helvetica Neue. We have been asked to obfuscate which font it is by renaming it, though. It is therefore referred to as TrustPilotDefaultFont
 */
@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-style: normal;
  font-weight: 300;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-light.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-light.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-style: normal;
  font-weight: 400;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-regular.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-regular.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-weight: 500;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-medium.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-medium.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-weight: 700;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-bold.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-bold.woff") format("woff"); }

/*

    Media query breakpoints

    Usage:

    @include mq(tablet) {
        content
    }

    For max widths use the following syntax:
    @include mq(tablet, max) {
        content
    }

    Additionally you can choose to use a number instead of the predefined breakpoints.
    @include mq(900px) {
        content
    }
    ========================================================================== */
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'TrustpilotDefaultFont', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px; }
  body ::before,
  body ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  body *,
  body *::before,
  body *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }

.container___27Sx1 {
  background-color: white;
  padding-bottom: 40px;
  min-height: 100vh; }
  @media only screen and (min-width: 640px) {
    .container___27Sx1 {
      background-color: #F2F2F5; } }

/*

    Media query breakpoints

    Usage:

    @include mq(tablet) {
        content
    }

    For max widths use the following syntax:
    @include mq(tablet, max) {
        content
    }

    Additionally you can choose to use a number instead of the predefined breakpoints.
    @include mq(900px) {
        content
    }
    ========================================================================== */
/**
 * The Trustpilot default font is Helvetica Neue. We have been asked to obfuscate which font it is by renaming it, though. It is therefore referred to as TrustPilotDefaultFont
 */
@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-style: normal;
  font-weight: 300;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-light.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-light.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-style: normal;
  font-weight: 400;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-regular.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-regular.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-weight: 500;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-medium.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-medium.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-weight: 700;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-bold.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-bold.woff") format("woff"); }

/*

    Media query breakpoints

    Usage:

    @include mq(tablet) {
        content
    }

    For max widths use the following syntax:
    @include mq(tablet, max) {
        content
    }

    Additionally you can choose to use a number instead of the predefined breakpoints.
    @include mq(900px) {
        content
    }
    ========================================================================== */
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'TrustpilotDefaultFont', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px; }
  body ::before,
  body ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  body *,
  body *::before,
  body *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }

.container___37Csv {
  background-color: white;
  padding-bottom: 40px;
  min-height: 100vh; }
  @media only screen and (min-width: 640px) {
    .container___37Csv {
      background-color: #F2F2F5; } }
  .container___37Csv .header___4CZWN {
    display: table;
    margin: 0 auto;
    padding: 30px 10px;
    color: #1B1B21;
    font-weight: 500; }

/*

    Media query breakpoints

    Usage:

    @include mq(tablet) {
        content
    }

    For max widths use the following syntax:
    @include mq(tablet, max) {
        content
    }

    Additionally you can choose to use a number instead of the predefined breakpoints.
    @include mq(900px) {
        content
    }
    ========================================================================== */
/**
 * The Trustpilot default font is Helvetica Neue. We have been asked to obfuscate which font it is by renaming it, though. It is therefore referred to as TrustPilotDefaultFont
 */
@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-style: normal;
  font-weight: 300;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-light.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-light.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-style: normal;
  font-weight: 400;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-regular.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-regular.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-weight: 500;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-medium.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-medium.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-weight: 700;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-bold.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-bold.woff") format("woff"); }

/*

    Media query breakpoints

    Usage:

    @include mq(tablet) {
        content
    }

    For max widths use the following syntax:
    @include mq(tablet, max) {
        content
    }

    Additionally you can choose to use a number instead of the predefined breakpoints.
    @include mq(900px) {
        content
    }
    ========================================================================== */
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'TrustpilotDefaultFont', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px; }
  body ::before,
  body ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  body *,
  body *::before,
  body *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }

.container___flfZ1 {
  background-color: white;
  padding-bottom: 40px;
  min-height: 100vh; }
  @media only screen and (min-width: 640px) {
    .container___flfZ1 {
      background-color: #F2F2F5; } }

/*

    Media query breakpoints

    Usage:

    @include mq(tablet) {
        content
    }

    For max widths use the following syntax:
    @include mq(tablet, max) {
        content
    }

    Additionally you can choose to use a number instead of the predefined breakpoints.
    @include mq(900px) {
        content
    }
    ========================================================================== */
/**
 * The Trustpilot default font is Helvetica Neue. We have been asked to obfuscate which font it is by renaming it, though. It is therefore referred to as TrustPilotDefaultFont
 */
@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-style: normal;
  font-weight: 300;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-light.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-light.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-style: normal;
  font-weight: 400;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-regular.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-regular.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-weight: 500;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-medium.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-medium.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-weight: 700;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-bold.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-bold.woff") format("woff"); }

/*

    Media query breakpoints

    Usage:

    @include mq(tablet) {
        content
    }

    For max widths use the following syntax:
    @include mq(tablet, max) {
        content
    }

    Additionally you can choose to use a number instead of the predefined breakpoints.
    @include mq(900px) {
        content
    }
    ========================================================================== */
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'TrustpilotDefaultFont', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px; }
  body ::before,
  body ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  body *,
  body *::before,
  body *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }

.container___OuoEZ {
  background-color: white;
  padding-bottom: 40px;
  min-height: 100vh; }
  @media only screen and (min-width: 640px) {
    .container___OuoEZ {
      background-color: #F2F2F5; } }
  .container___OuoEZ .header___3bj5H {
    display: table;
    margin: 0 auto;
    padding: 30px 10px;
    color: #1B1B21;
    font-weight: 500; }

/*

    Media query breakpoints

    Usage:

    @include mq(tablet) {
        content
    }

    For max widths use the following syntax:
    @include mq(tablet, max) {
        content
    }

    Additionally you can choose to use a number instead of the predefined breakpoints.
    @include mq(900px) {
        content
    }
    ========================================================================== */
/**
 * The Trustpilot default font is Helvetica Neue. We have been asked to obfuscate which font it is by renaming it, though. It is therefore referred to as TrustPilotDefaultFont
 */
@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-style: normal;
  font-weight: 300;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-light.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-light.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-style: normal;
  font-weight: 400;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-regular.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-regular.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-weight: 500;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-medium.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-medium.woff") format("woff"); }

@font-face {
  font-family: 'TrustpilotDefaultFont';
  font-weight: 700;
  src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-bold.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-bold.woff") format("woff"); }

/*

    Media query breakpoints

    Usage:

    @include mq(tablet) {
        content
    }

    For max widths use the following syntax:
    @include mq(tablet, max) {
        content
    }

    Additionally you can choose to use a number instead of the predefined breakpoints.
    @include mq(900px) {
        content
    }
    ========================================================================== */
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'TrustpilotDefaultFont', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px; }
  body ::before,
  body ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  body *,
  body *::before,
  body *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }

.container___29UZf {
  background-color: white;
  padding-bottom: 40px;
  min-height: 100vh; }
  @media only screen and (min-width: 640px) {
    .container___29UZf {
      background-color: #F2F2F5; } }

