:root {
    font-size: 18px
}

@media screen and (min-width: 400px) {
    :root {
        font-size:calc(18px + 10 * ((100vw - 400px)/ 1520))
    }
}

@media screen and (min-width: 1920px) {
    :root {
        font-size:28px
    }
}

body {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  margin: 20px;
  overflow-x: hidden;
  padding: 0;
  box-sizing: border-box;
  background-color: #fcfcfc;
  font-size: 1rem;
  letter-spacing: .01em;
  color: #160e1f;
  font-weight: 400;
  line-height: 1.5;
  background: #faf7f0;
}

.site-title {
    color: #160e1f;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    margin: 0 0 0 .3rem;
    letter-spacing: -.025em;
    line-height: 0;
    display: block;
}

.custom-logo-link {
    display: flex;
    align-items: baseline;
    width: fit-content;
    text-decoration: none;
}
.custom-logo-link img {
    display: block;
    width: 1.5rem;
    max-width: 15vw;
}


a {
    cursor: pointer;
    color: #0076FF;
    text-decoration: none;
    transition: all 0.2s ease;
}


footer {
    opacity: 0.5;
    font-size: 0.8em;
}

.center, h1 {
    text-align: center;
}

h1 {
    margin-bottom: 3rem;
}

.container {
    margin: 0;
}

.wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    width: 90%;
}

.split {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pull-left {
    min-width: 50%;
    display: flex;
    justify-content: flex-end;
}

.pull-right {
    min-width: 50%;
}

button {
    appearance: none;
    align-items: center;
    color: #fff;
    background: #000;
    display: inline-flex;
    width: 100px;
    height: 40px;
    padding: 0 25px;
    outline: none;
    border: 1px solid #000;
    font-size: 12px;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    user-select: none;
    font-weight: 100;
    position: relative;
    overflow: hidden;
    transition: border 0.2s,background 0.2s,color 0.2s ease-out;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
    line-height: 0;

    height: 24px;
    width: calc(100% + 2px);
    padding: 0 10px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #eaeaea;
    color: #666;
}

button:hover {
    color: #000;
    border-color: #000;
    background: #fff;
}

.input-outer-wrapper {
    align-items: center;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    display: inline-flex;
    height: 37px;
    position: relative;
    transition: border 0.2s ease,color 0.2s ease;
    vertical-align: middle;
    width: 100%;
    background-color: #fff;
}

.input-outer-wrapper:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-color: #ddd;
}

.input-inner-wrapper {
    display: block;
    margin: 4px 10px;
    position: relative;
    width: 100%;
}

.input-inner-wrapper input {
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 27px;
    outline: 0;
    width: 100%;
}

.select-wrapper {
    appearance: none;
    color: #000;
    background: #fff;
    display: inline-flex;
    height: 40px;
    outline: none;
    border: 1px solid #eaeaea;
    font-size: 12px;
    text-transform: uppercase;
    user-select: none;
    font-weight: 100;
    position: relative;
    overflow: hidden;
    transition: border 0.2s,background 0.2s,color 0.2s ease-out, box-shadow 0.2s ease;
    border-radius: 5px;
    white-space: nowrap;
    line-height: 0;
    width: auto;
    min-width: 100%;
}

.select-wrapper:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-color: #ddd;
}

.select-wrapper.small {
    height: 24px;
    min-width: 100px;
    width: 100px;
}

.select-arrow {
    border-left: 1px solid #eaeaea;
    background: #fff;
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-arrow.small {
    width: 22px;
}

.svg {
  fill: #151513;
  color: #fff;
  position: absolute;
  top: 0;
  border: 0;
  right: 0;
}
select {
    height: 100%;
    border: none;
    box-shadow: none;
    background: #fff;
    background-image: none;
    color: #000;
    line-height: 40px;
    font-size: 14px;
    margin-right: -20px;
    width: calc(100% + 20px);
    padding: 0 0 0 16px;
    text-transform: none;
}
input {
    background: #fff;
}

.field {
    margin: 0 1rem 19px 0;
}

.field-flex {
    display: flex;
    margin-top: 10px;
}

.field-label {
    display: inline-block;
    width: 150px;
    margin-right: 20px;
    text-align: right;
    font-size: 16px;
}

.field-value {
    width: 200px;
    display: inline-block;
}

label {
    display: flex;
    align-items: center;
}

.toast-area {
    position: fixed;
    bottom: 10px;
    right: 20px;
    max-width: 420px;
    z-index: 2000;
    transition: transform 0.4s ease;
}

.toast-outer {
    width: 420px;
    height: 72px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.4s ease;
    transform: translate3d(0,130%,0px) scale(1);
    animation: show-jsx-1861505484 0.4s ease forwards;
    opacity: 1;
}

.toast-inner {
    width: 420px;
    background: black;
    color: white;
    border: 0;
    border-radius: 5px;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    
    box-shadow: 0 4px 9px rgba(0,0,0,0.12);
    font-size: 14px;
    display: flex;
}

.toast-message {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-top: -1px;
    margin-left: 20px;
}

img {
    max-width: 100%;
    transition: all 0.3s ease-in 0s;
}

.image-wrapper {
    display: block;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 50px;
    transition: all 0.2s ease;
    max-width: 100%;
}

.image-wrapper:hover {
    border: none;
}


@media (max-width: 1000px) {
    .field {
        margin: 20px 10px;
    }
    .pull-left {
          margin-left: 1.5em;
        }
}

@media (max-width: 900px) {
    .split {
        flex-wrap: wrap; 
    }

    .field-label {
        width: 60px;
        font-size: 13px;
    }
}


@media (max-width: 500px) {
  .svg {
    right: -33%;
  }
}
@media (max-width: 360px) {
  .svg {
    right: -52%;
  }
}
