body {
	width: 100wh;
	height: 90vh;
	color: #fff;
	/* background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
	*/
	background-color: #ffffff;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
}
	50% {
		background-position: 100% 50%
}
	100% {
		background-position: 0% 50%
}
}
@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
}
	50% {
		background-position: 100% 50%
}
	100% {
		background-position: 0% 50%
}
}
@keyframes Gradient {
	0% {
		background-position: 0% 50%
}
	50% {
		background-position: 100% 50%
}
	100% {
		background-position: 0% 50%
}
}
h1,h6 {
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
}
.shake {
	animation: shake-animation 4.72s ease infinite;
	transform-origin: 50% 50%;
}
.element {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	background: red;
}
@keyframes shake-animation {
	0% {
		transform:translate(0,0) 
}
	1.78571% {
		transform:translate(5px,0) 
}
	3.57143% {
		transform:translate(0,0) 
}
	5.35714% {
		transform:translate(5px,0) 
}
	7.14286% {
		transform:translate(0,0) 
}
	8.92857% {
		transform:translate(5px,0) 
}
	10.71429% {
		transform:translate(0,0) 
}
	100% {
		transform:translate(0,0) 
}
}
.backdrop {
	-moz-box-shadow: 0px 6px 5px #111;
	-webkit-box-shadow: 0px 6px 5px #111;
	box-shadow: 0px 2px 10px #111;
	-moz-border-radius:190px;
	-webkit-border-radius:190px;
	border-radius:190px;
}
.linktree {
	width: 300px;
	height: 120px;
/* 	background-image: url("https://f.hubspotusercontent20.net/hubfs/5324278/Freightcom%202020/Freightcom%20Logo.png"); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.btn {
	z-index: 0;
	overflow: hidden;
	margin-bottom: 16px !important;
	transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
	border: 2px solid rgb(0, 114, 188 !important);
	background-color: rgb(0, 114, 188) !important;
	color: rgb(255, 255, 255) !important;
	border-radius: 8px !important;
}
.btn:hover {
	background-color: transparent !important;
	color: rgb(0, 114, 188) !important;
	border-color: rgb(0, 114, 188) !important;
}
.btn-freightcom .hs_cos_wrapper_type_inline_text {
	font-family: "Lato", sans-serif;
	font-weight: 500;
	font-size: 18px;
}



.sc-dQppl a:hover {
	text-decoration:none;
}
.designstudio-button {
	display:none;
}
svg {
	fill: rgb(0, 114, 188);
	width: 32px;
	height: 32px;
	margin-right:1em;
}

svg:hover {
  fill: rgb(53 88 110);
}


/* Get Started Button */
.getStarted-btn {
  display: inline-block;
    padding: 1em 1.8125em;
    border-radius: 4px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    transition: 150ms ease;
    transition-property: background-color, border-color, box-shadow, color;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    /* box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%); */
    background-color: #FFA733;
    color: #333333;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    text-decoration: none;
}

.getStarted-btn:hover {
    background-color: #AA6E1F !important;
    color: #ffffff !important;
}


.getStarted-btn:hover, .bookDemo-btn:hover {
  text-decoration:none;
}

/* Book a Demo Button */
.bookDemo-btn {
  display: inline-block;
    padding: 1em 1.8125em;
    border-radius: 4px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    transition: 150ms ease;
    transition-property: background-color, border-color, box-shadow, color;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    /* box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%); */
    background-color: transparent;
    color: #0072bc;
    border-width: 1px;
    border: 2px solid #0072bc;
    text-decoration: none;
}

.bookDemo-btn:hover {
  background-color: #0072bc !important;
    color: #ffffff !important;
    border: 2px solid #0072bc !important;
}